summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7ae486c..383f178 100644
--- a/configure.in
+++ b/configure.in
@@ -488,7 +488,7 @@ fi
488 488
489dnl check for gnutls if openssl isn't found (or is disabled) 489dnl check for gnutls if openssl isn't found (or is disabled)
490FOUNDGNUTLS="no" 490FOUNDGNUTLS="no"
491if ! test "$FOUNDSSL" = "yes"; then 491if ! test "$FOUNDSSL" = "yes" && ! test "$with_gnutls" = "no"; then
492 if test "$GNUTLS" = ""; then 492 if test "$GNUTLS" = ""; then
493 CPPFLAGS="$CPPFLAGS -I$GNUTLS" 493 CPPFLAGS="$CPPFLAGS -I$GNUTLS"
494 elif ! test "$LIBGNUTLS_CONFIG" = ""; then 494 elif ! test "$LIBGNUTLS_CONFIG" = ""; then