|
@@ -1,5 +1,5 @@
|
|
|
#! /bin/sh
|
|
#! /bin/sh
|
|
|
-# From configure.ac Revision: 1.14 .
|
|
|
|
|
|
|
+# From configure.ac Revision: 1.15 .
|
|
|
# Guess values for system-dependent variables and create Makefiles.
|
|
# Guess values for system-dependent variables and create Makefiles.
|
|
|
# Generated by GNU Autoconf 2.59.
|
|
# Generated by GNU Autoconf 2.59.
|
|
|
#
|
|
#
|
|
@@ -5184,6 +5184,7 @@ if test $ac_cv_lib_z_gzopen = yes; then
|
|
|
ZLIB="-lz"
|
|
ZLIB="-lz"
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
|
|
+# AC_CHECK_LIB(ssl, SSL_accept, SSL="-lssl -lcrypto", SSL="", -lcrypto)
|
|
|
echo "$as_me:$LINENO: checking for SSL_accept in -lssl" >&5
|
|
echo "$as_me:$LINENO: checking for SSL_accept in -lssl" >&5
|
|
|
echo $ECHO_N "checking for SSL_accept in -lssl... $ECHO_C" >&6
|
|
echo $ECHO_N "checking for SSL_accept in -lssl... $ECHO_C" >&6
|
|
|
if test "${ac_cv_lib_ssl_SSL_accept+set}" = set; then
|
|
if test "${ac_cv_lib_ssl_SSL_accept+set}" = set; then
|
|
@@ -5248,12 +5249,11 @@ fi
|
|
|
echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_accept" >&5
|
|
echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_accept" >&5
|
|
|
echo "${ECHO_T}$ac_cv_lib_ssl_SSL_accept" >&6
|
|
echo "${ECHO_T}$ac_cv_lib_ssl_SSL_accept" >&6
|
|
|
if test $ac_cv_lib_ssl_SSL_accept = yes; then
|
|
if test $ac_cv_lib_ssl_SSL_accept = yes; then
|
|
|
- SSL="-lssl -lcrypto"
|
|
|
|
|
|
|
+ SSL="-lcrypto"
|
|
|
else
|
|
else
|
|
|
SSL=""
|
|
SSL=""
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
-# AC_CHECK_LIB(m, tan, EGG_MATH_LIB="-lm")
|
|
|
|
|
# This is needed for Tcl libraries compiled with thread support
|
|
# This is needed for Tcl libraries compiled with thread support
|
|
|
# AC_CHECK_LIB(pthread, pthread_mutex_init, [dnl
|
|
# AC_CHECK_LIB(pthread, pthread_mutex_init, [dnl
|
|
|
# ac_cv_lib_pthread_pthread_mutex_init=yes
|
|
# ac_cv_lib_pthread_pthread_mutex_init=yes
|
|
@@ -11234,8 +11234,7 @@ rm -f confcache
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-for ac_func in clock dprintf fsync getdtablesize getrusage inet_aton isascii gethostbyname2
|
|
|
|
|
|
|
+for ac_func in clock fsync getdtablesize getrusage inet_aton isascii gethostbyname2
|
|
|
do
|
|
do
|
|
|
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
|
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
|
|
echo "$as_me:$LINENO: checking for $ac_func" >&5
|
|
echo "$as_me:$LINENO: checking for $ac_func" >&5
|
|
@@ -11606,7 +11605,9 @@ done
|
|
|
|
|
|
|
|
#autoscan suggested this....
|
|
#autoscan suggested this....
|
|
|
#These are recommended by autoscan, but no code supports it currently
|
|
#These are recommended by autoscan, but no code supports it currently
|
|
|
-#AC_CHECK_FUNCS([alarm bzero dup2 getcwd gethostbyaddr gethostbyname gethostname getpass gettimeofday inet_ntoa mbrlen mkdir munmap realpath select setlocale socket strchr strerror strpbrk strrchr strstr strtol tzset])
|
|
|
|
|
|
|
+#AC_CHECK_FUNCS([alarm bzero dup2 getcwd gethostbyaddr gethostbyname gethostname getpass gettimeofday inet_ntoa mbrlen
|
|
|
|
|
+#mkdir munmap realpath select setlocale socket strchr strerror strpbrk strrchr strstr strtol tzset])
|
|
|
|
|
+
|
|
|
|
|
|
|
|
for ac_func in vsprintf
|
|
for ac_func in vsprintf
|
|
|
do
|
|
do
|