# HG changeset patch # User Aidan Kehoe # Date 1417133883 0 # Node ID b8316d3409cd8b1ef154dadfe31fc87f55145240 # Parent af34373e378ffae8be82389eca500ca746347e78 Regenerate configure after Jeff's last configure.ac change. diff -r af34373e378f -r b8316d3409cd configure --- a/configure Thu Nov 27 14:37:46 2014 -0500 +++ b/configure Fri Nov 28 00:18:03 2014 +0000 @@ -21327,7 +21327,7 @@ fi gnutls_libs=`pkg-config --libs gnutls` if test "$?" = 0; then - LDFLAGS=""$gnutls_libs" $LDFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$gnutls_libs"\" to \$LDFLAGS"; fi + LIBS="$LIBS "$gnutls_libs"" && if test "$verbose" = "yes"; then echo " Appending \""$gnutls_libs"\" to \$LIBS"; fi fi ac_fn_c_check_func "$LINENO" "gnutls_certificate_verification_status_print" "ac_cv_func_gnutls_certificate_verification_status_print" if test "x$ac_cv_func_gnutls_certificate_verification_status_print" = xyes; then : @@ -21350,7 +21350,7 @@ fi nss_libs=`pkg-config --libs nss` if test "$?" = 0; then - LDFLAGS=""$nss_libs" $LDFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$nss_libs"\" to \$LDFLAGS"; fi + LIBS="$LIBS "$nss_libs"" && if test "$verbose" = "yes"; then echo " Appending \""$nss_libs"\" to \$LIBS"; fi fi else $as_echo "#define HAVE_OPENSSL 1" >>confdefs.h @@ -21361,7 +21361,7 @@ fi openssl_libs=`pkg-config --libs openssl` if test "$?" = 0; then - LDFLAGS=""$openssl_libs" $LDFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$openssl_libs"\" to \$LDFLAGS"; fi + LIBS="$LIBS "$openssl_libs"" && if test "$verbose" = "yes"; then echo " Appending \""$openssl_libs"\" to \$LIBS"; fi fi ac_fn_c_check_func "$LINENO" "X509_check_host" "ac_cv_func_X509_check_host" if test "x$ac_cv_func_X509_check_host" = xyes; then :