|
1 | 1 | #! /bin/sh |
2 | | -# From configure.in Revision: 1.444 . |
| 2 | +# From configure.in Revision: 1.445 . |
3 | 3 | # Guess values for system-dependent variables and create Makefiles. |
4 | 4 | # Generated by GNU Autoconf 2.57 for python 2.4. |
5 | 5 | # |
@@ -871,8 +871,6 @@ Optional Packages: |
871 | 871 | --with(out)-doc-strings disable/enable documentation strings |
872 | 872 | --with(out)-pymalloc disable/enable specialized mallocs |
873 | 873 | --with-wctype-functions use wctype.h functions |
874 | | - --with-sgi-dl=DIRECTORY IRIX 4 dynamic linking |
875 | | - --with-dl-dld=DL_DIR GNU dynamic linking |
876 | 874 | --with-fpectl enable SIGFPE catching |
877 | 875 | --with-libm=STRING math library |
878 | 876 | --with-libc=STRING C library |
@@ -3010,7 +3008,7 @@ rm -f conftest* |
3010 | 3008 |
|
3011 | 3009 | # Check for unsupported systems |
3012 | 3010 | case $ac_sys_system/$ac_sys_release in |
3013 | | -SunOS/4*|DYNIX/*|IRIX/4*|Linux*/1*) |
| 3011 | +SunOS/4*|Linux*/1*) |
3014 | 3012 | echo This system \($ac_sys_system/$ac_sys_release\) is no longer supported. |
3015 | 3013 | echo See README for details. |
3016 | 3014 | exit 1;; |
@@ -9390,7 +9388,6 @@ then |
9390 | 9388 | fi ;; |
9391 | 9389 | hp*|HP*) LDSHARED="ld -b";; |
9392 | 9390 | OSF*) LDSHARED="ld -shared -expect_unresolved \"*\"";; |
9393 | | - DYNIX/ptx*) LDSHARED="ld -G";; |
9394 | 9391 | Darwin/1.3*) |
9395 | 9392 | LDSHARED='$(CC) $(LDFLAGS) -bundle' |
9396 | 9393 | if test "$enable_framework" ; then |
@@ -9923,11 +9920,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext;; |
9923 | 9920 | esac |
9924 | 9921 |
|
9925 | 9922 | # Most SVR4 platforms (e.g. Solaris) need -lsocket and -lnsl. |
9926 | | -# However on SGI IRIX 4, these exist but are broken. |
9927 | 9923 | # BeOS' sockets are stashed in libnet. |
9928 | | -case "$ac_sys_system" in |
9929 | | -IRIX*) ;; |
9930 | | -*) |
9931 | 9924 | echo "$as_me:$LINENO: checking for t_open in -lnsl" >&5 |
9932 | 9925 | echo $ECHO_N "checking for t_open in -lnsl... $ECHO_C" >&6 |
9933 | 9926 | if test "${ac_cv_lib_nsl_t_open+set}" = set; then |
@@ -10044,8 +10037,7 @@ if test $ac_cv_lib_socket_socket = yes; then |
10044 | 10037 | LIBS="-lsocket $LIBS" |
10045 | 10038 | fi |
10046 | 10039 | # SVR4 sockets |
10047 | | -;; |
10048 | | -esac |
| 10040 | + |
10049 | 10041 | case "$ac_sys_system" in |
10050 | 10042 | BeOS*) |
10051 | 10043 | echo "$as_me:$LINENO: checking for socket in -lnet" >&5 |
@@ -12071,69 +12063,6 @@ fi; |
12071 | 12063 |
|
12072 | 12064 | DLINCLDIR=. |
12073 | 12065 |
|
12074 | | -echo "$as_me:$LINENO: checking for --with-sgi-dl" >&5 |
12075 | | -echo $ECHO_N "checking for --with-sgi-dl... $ECHO_C" >&6 |
12076 | | - |
12077 | | -# Check whether --with-sgi-dl or --without-sgi-dl was given. |
12078 | | -if test "${with_sgi_dl+set}" = set; then |
12079 | | - withval="$with_sgi_dl" |
12080 | | - |
12081 | | -echo "$as_me:$LINENO: result: $withval" >&5 |
12082 | | -echo "${ECHO_T}$withval" >&6 |
12083 | | -echo --with-sgi-dl is unsupported, see README |
12084 | | -exit 1 |
12085 | | - |
12086 | | -cat >>confdefs.h <<\_ACEOF |
12087 | | -#define WITH_SGI_DL 1 |
12088 | | -_ACEOF |
12089 | | - |
12090 | | -DYNLOADFILE="dynload_dl.o" |
12091 | | -dldir=$withval |
12092 | | -if test ! -z "$dldir" -a -d "$dldir" |
12093 | | -then LDFLAGS="$LDFLAGS -L$dldir" |
12094 | | -else { { echo "$as_me:$LINENO: error: proper usage is --with-sgi-dl=DIRECTORY" >&5 |
12095 | | -echo "$as_me: error: proper usage is --with-sgi-dl=DIRECTORY" >&2;} |
12096 | | - { (exit 1); exit 1; }; } |
12097 | | -fi |
12098 | | -DLINCLDIR=${dldir} |
12099 | | -LIBS="$LIBS -ldl -lmld" |
12100 | | -else |
12101 | | - echo "$as_me:$LINENO: result: no" >&5 |
12102 | | -echo "${ECHO_T}no" >&6 |
12103 | | -fi; |
12104 | | - |
12105 | | -echo "$as_me:$LINENO: checking for --with-dl-dld" >&5 |
12106 | | -echo $ECHO_N "checking for --with-dl-dld... $ECHO_C" >&6 |
12107 | | - |
12108 | | -# Check whether --with-dl-dld or --without-dl-dld was given. |
12109 | | -if test "${with_dl_dld+set}" = set; then |
12110 | | - withval="$with_dl_dld" |
12111 | | - |
12112 | | -echo "$as_me:$LINENO: result: $withval" >&5 |
12113 | | -echo "${ECHO_T}$withval" >&6 |
12114 | | -echo --with-dl-dld is unsupported, see README |
12115 | | -exit 1 |
12116 | | - |
12117 | | -cat >>confdefs.h <<\_ACEOF |
12118 | | -#define WITH_DL_DLD 1 |
12119 | | -_ACEOF |
12120 | | - |
12121 | | -DYNLOADFILE="dynload_dl.o" |
12122 | | -dldir=`echo "$withval" | sed 's/,.*//'` |
12123 | | -dlddir=`echo "$withval" | sed 's/.*,//'` |
12124 | | -if test ! -z "$dldir" -a -d "$dldir" -a ! -z "$dlddir" -a -d "$dlddir" |
12125 | | -then LDFLAGS="$LDFLAGS -L$dldir -L$dlddir" |
12126 | | -else { { echo "$as_me:$LINENO: error: proper usage is --with-dl-dld=DL_DIRECTORY,DLD_DIRECTORY" >&5 |
12127 | | -echo "$as_me: error: proper usage is --with-dl-dld=DL_DIRECTORY,DLD_DIRECTORY" >&2;} |
12128 | | - { (exit 1); exit 1; }; } |
12129 | | -fi |
12130 | | -DLINCLDIR=${dldir} |
12131 | | -LIBS="$LIBS -ldl -ldld" |
12132 | | -else |
12133 | | - echo "$as_me:$LINENO: result: no" >&5 |
12134 | | -echo "${ECHO_T}no" >&6 |
12135 | | -fi; |
12136 | | - |
12137 | 12066 | # the dlopen() function means we might want to use dynload_shlib.o. some |
12138 | 12067 | # platforms, such as AIX, have dlopen(), but don't want to use it. |
12139 | 12068 |
|
|
0 commit comments