diff options
-rw-r--r-- | x11/XFree86-4/scripts/configure | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/x11/XFree86-4/scripts/configure b/x11/XFree86-4/scripts/configure index 9b65335a817d..30a9d37ed2cd 100644 --- a/x11/XFree86-4/scripts/configure +++ b/x11/XFree86-4/scripts/configure @@ -235,29 +235,6 @@ yesno "Build static libraries in addition to shared libraries?" if [ $answ = YES ]; then echo "#define ForceNormalLib YES" >> $F fi -# ELF detection -if [ `sysctl -n kern.osreldate` -ge 300004 -a X`objformat` = Xelf ]; then - ELF=yes -cat <<'END' - - Some programs still require a.out X libraries. Most noteable amongst - these is Nestcape, but it is reported to work best with older X libraries. - You can build a.out libraries here, using the lastest sources and - compiler, or you can use the XFree86-aoutlibs port, which installs older - a.out compatibility libraries. - - If you decide to build the libraries here they will not be uninstalled by - this port, and they will be overwritten by the XFree86-aoutlibs port, if - for some reason you install it. - -END - noyes "Do you want to build and install a.out compatibility libraries?" - if [ $answ = YES ]; then - echo "#define BuildAoutLibraries YES" >> $F - fi -else - ELF=no -fi if [ ${OSVERSION} -ge 300000 ]; then cat <<'END' |