59 lines
1.6 KiB
Text
59 lines
1.6 KiB
Text
--- configure.orig 2016-09-03 19:34:06 UTC
|
|
+++ configure
|
|
@@ -3918,6 +3918,47 @@ fi
|
|
|
|
|
|
|
|
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for RAND_egd in -lcrypto" >&5
|
|
+$as_echo_n "checking for RAND_egd in -lcrypto... " >&6; }
|
|
+if ${ac_cv_lib_crypto_RAND_egd+:} false; then :
|
|
+ $as_echo_n "(cached) " >&6
|
|
+else
|
|
+ ac_check_lib_save_LIBS=$LIBS
|
|
+LIBS="-lcrypto $LIBS"
|
|
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
+/* end confdefs.h. */
|
|
+
|
|
+/* Override any GCC internal prototype to avoid an error.
|
|
+ Use char because int might match the return type of a GCC
|
|
+ builtin and then its argument prototype would still apply. */
|
|
+#ifdef __cplusplus
|
|
+extern "C"
|
|
+#endif
|
|
+char RAND_egd ();
|
|
+int
|
|
+main ()
|
|
+{
|
|
+return RAND_egd ();
|
|
+ ;
|
|
+ return 0;
|
|
+}
|
|
+_ACEOF
|
|
+if ac_fn_c_try_link "$LINENO"; then :
|
|
+ ac_cv_lib_crypto_RAND_egd=yes
|
|
+else
|
|
+ ac_cv_lib_crypto_RAND_egd=no
|
|
+fi
|
|
+rm -f core conftest.err conftest.$ac_objext \
|
|
+ conftest$ac_exeext conftest.$ac_ext
|
|
+LIBS=$ac_check_lib_save_LIBS
|
|
+fi
|
|
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RAND_egd" >&5
|
|
+$as_echo "$ac_cv_lib_crypto_RAND_egd" >&6; }
|
|
+if test "x$ac_cv_lib_crypto_RAND_egd" = xyes; then :
|
|
+
|
|
+$as_echo "#define HAVE_RAND_EGD 1" >>confdefs.h
|
|
+
|
|
+fi
|
|
|
|
|
|
|
|
@@ -6537,7 +6578,7 @@ fi
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_ip6" >&5
|
|
$as_echo "$ac_cv_ip6" >&6; }
|
|
if test "$ac_cv_ip6" = "no"; then
|
|
- as_fn_error $? "Your system does not support IPv6 so it will not be enabled" "$LINENO" 5
|
|
+ echo $? "Your system does not support IPv6 so it will not be enabled" "$LINENO" 5
|
|
else
|
|
|
|
$as_echo "#define INET6 /**/" >>confdefs.h
|