]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
fix
authorTimo Sirainen <tss@iki.fi>
Mon, 10 May 2004 00:45:45 +0000 (03:45 +0300)
committerTimo Sirainen <tss@iki.fi>
Mon, 10 May 2004 00:45:45 +0000 (03:45 +0300)
--HG--
branch : HEAD

configure.in

index f42b5d4f9e21134ef9c8b4d7aee2e572866ec92a..74629cf8eef2e5a8a97669fcd01c710a95d91f2d 100644 (file)
@@ -855,7 +855,7 @@ if test "$want_openssl" = "yes" && test "$have_ssl" = "no"; then
   fi
 fi
 
-if test $want_gnutls = yes && test $have_ssl = no; then
+if test $want_gnutls = yes && test "$have_ssl" = no; then
        AC_CHECK_LIB(gnutls, gnutls_global_init, [
                AC_CHECK_HEADERS(gnutls/gnutls.h, [
                        AC_DEFINE(HAVE_GNUTLS,, Build with GNUTLS support)