diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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 | ||
489 | dnl check for gnutls if openssl isn't found (or is disabled) | 489 | dnl check for gnutls if openssl isn't found (or is disabled) |
490 | FOUNDGNUTLS="no" | 490 | FOUNDGNUTLS="no" |
491 | if ! test "$FOUNDSSL" = "yes"; then | 491 | if ! 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 |