Mercurial > hg > xemacs-beta
comparison configure @ 5833:b8316d3409cd
Regenerate configure after Jeff's last configure.ac change.
| author | Aidan Kehoe <kehoea@parhasard.net> |
|---|---|
| date | Fri, 28 Nov 2014 00:18:03 +0000 |
| parents | a58070ee1f31 |
| children | 69f9e31c9ccf |
comparison
equal
deleted
inserted
replaced
| 5832:af34373e378f | 5833:b8316d3409cd |
|---|---|
| 21325 if test "$?" = 0; then | 21325 if test "$?" = 0; then |
| 21326 CPPFLAGS=""$gnutls_cflags" $CPPFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$gnutls_cflags"\" to \$CPPFLAGS"; fi | 21326 CPPFLAGS=""$gnutls_cflags" $CPPFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$gnutls_cflags"\" to \$CPPFLAGS"; fi |
| 21327 fi | 21327 fi |
| 21328 gnutls_libs=`pkg-config --libs gnutls` | 21328 gnutls_libs=`pkg-config --libs gnutls` |
| 21329 if test "$?" = 0; then | 21329 if test "$?" = 0; then |
| 21330 LDFLAGS=""$gnutls_libs" $LDFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$gnutls_libs"\" to \$LDFLAGS"; fi | 21330 LIBS="$LIBS "$gnutls_libs"" && if test "$verbose" = "yes"; then echo " Appending \""$gnutls_libs"\" to \$LIBS"; fi |
| 21331 fi | 21331 fi |
| 21332 ac_fn_c_check_func "$LINENO" "gnutls_certificate_verification_status_print" "ac_cv_func_gnutls_certificate_verification_status_print" | 21332 ac_fn_c_check_func "$LINENO" "gnutls_certificate_verification_status_print" "ac_cv_func_gnutls_certificate_verification_status_print" |
| 21333 if test "x$ac_cv_func_gnutls_certificate_verification_status_print" = xyes; then : | 21333 if test "x$ac_cv_func_gnutls_certificate_verification_status_print" = xyes; then : |
| 21334 $as_echo "#define HAVE_GNUTLS_CERTIFICATE_VERIFICATION_STATUS_PRINT 1" >>confdefs.h | 21334 $as_echo "#define HAVE_GNUTLS_CERTIFICATE_VERIFICATION_STATUS_PRINT 1" >>confdefs.h |
| 21335 | 21335 |
| 21348 if test "$?" = 0; then | 21348 if test "$?" = 0; then |
| 21349 CPPFLAGS=""$nss_cflags" $CPPFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$nss_cflags"\" to \$CPPFLAGS"; fi | 21349 CPPFLAGS=""$nss_cflags" $CPPFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$nss_cflags"\" to \$CPPFLAGS"; fi |
| 21350 fi | 21350 fi |
| 21351 nss_libs=`pkg-config --libs nss` | 21351 nss_libs=`pkg-config --libs nss` |
| 21352 if test "$?" = 0; then | 21352 if test "$?" = 0; then |
| 21353 LDFLAGS=""$nss_libs" $LDFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$nss_libs"\" to \$LDFLAGS"; fi | 21353 LIBS="$LIBS "$nss_libs"" && if test "$verbose" = "yes"; then echo " Appending \""$nss_libs"\" to \$LIBS"; fi |
| 21354 fi | 21354 fi |
| 21355 else | 21355 else |
| 21356 $as_echo "#define HAVE_OPENSSL 1" >>confdefs.h | 21356 $as_echo "#define HAVE_OPENSSL 1" >>confdefs.h |
| 21357 | 21357 |
| 21358 openssl_cflags=`pkg-config --cflags openssl` | 21358 openssl_cflags=`pkg-config --cflags openssl` |
| 21359 if test "$?" = 0; then | 21359 if test "$?" = 0; then |
| 21360 CPPFLAGS=""$openssl_cflags" $CPPFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$openssl_cflags"\" to \$CPPFLAGS"; fi | 21360 CPPFLAGS=""$openssl_cflags" $CPPFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$openssl_cflags"\" to \$CPPFLAGS"; fi |
| 21361 fi | 21361 fi |
| 21362 openssl_libs=`pkg-config --libs openssl` | 21362 openssl_libs=`pkg-config --libs openssl` |
| 21363 if test "$?" = 0; then | 21363 if test "$?" = 0; then |
| 21364 LDFLAGS=""$openssl_libs" $LDFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$openssl_libs"\" to \$LDFLAGS"; fi | 21364 LIBS="$LIBS "$openssl_libs"" && if test "$verbose" = "yes"; then echo " Appending \""$openssl_libs"\" to \$LIBS"; fi |
| 21365 fi | 21365 fi |
| 21366 ac_fn_c_check_func "$LINENO" "X509_check_host" "ac_cv_func_X509_check_host" | 21366 ac_fn_c_check_func "$LINENO" "X509_check_host" "ac_cv_func_X509_check_host" |
| 21367 if test "x$ac_cv_func_X509_check_host" = xyes; then : | 21367 if test "x$ac_cv_func_X509_check_host" = xyes; then : |
| 21368 $as_echo "#define HAVE_X509_CHECK_HOST 1" >>confdefs.h | 21368 $as_echo "#define HAVE_X509_CHECK_HOST 1" >>confdefs.h |
| 21369 | 21369 |
