summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 244df42..a7501ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -509,8 +509,6 @@ dnl check for gnutls if openssl isn't found (or is disabled)
509if test ! "$FOUNDOPENSSL" = "yes" && test ! "$with_gnutls" = "no"; then 509if test ! "$FOUNDOPENSSL" = "yes" && test ! "$with_gnutls" = "no"; then
510 if test ! "$with_gnutls" = ""; then 510 if test ! "$with_gnutls" = ""; then
511 CPPFLAGS="$CPPFLAGS -I${with_gnutls}/include" 511 CPPFLAGS="$CPPFLAGS -I${with_gnutls}/include"
512 elif test ! "$LIBGNUTLS_CONFIG" = ""; then
513 CPPFLAGS="$CPPFLAGS -I`$LIBGNUTLS_CONFIG --prefix`"
514 fi 512 fi
515 AC_CHECK_HEADERS([gnutls/openssl.h],FOUNDGNUTLS="yes",) 513 AC_CHECK_HEADERS([gnutls/openssl.h],FOUNDGNUTLS="yes",)
516 if test "$FOUNDGNUTLS" = "yes"; then 514 if test "$FOUNDGNUTLS" = "yes"; then