]> arthur.barton.de Git - netatalk.git/commitdiff
Fix --enable-gcrypt and --disable-gcrypt.
authorsrittau <srittau>
Mon, 9 Jun 2003 02:50:45 +0000 (02:50 +0000)
committersrittau <srittau>
Mon, 9 Jun 2003 02:50:45 +0000 (02:50 +0000)
macros/ssl-check.m4

index 7ac5ea155af1b0811d8b6f7d2289f0c06f829405..356101ec76f9cecebe8a51880b7f6abb326416ca 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: ssl-check.m4,v 1.10 2003-06-08 16:49:25 srittau Exp $
+dnl $Id: ssl-check.m4,v 1.11 2003-06-09 02:50:45 srittau Exp $
 dnl Autoconf macro to check for SSL or OpenSSL
 
 AC_DEFUN([AC_PATH_GCRYPT], [
@@ -9,8 +9,8 @@ AC_DEFUN([AC_PATH_GCRYPT], [
        search="yes"
        errifnotfound="no"
 
-       AC_ARG_ENABLE(libgcrypt, [  --disable-gcrypt        disable compilation with libgcrypt], [
-               if test "x$enableval" != "xdisable"; then
+       AC_ARG_ENABLE(gcrypt, [  --disable-gcrypt        disable compilation with libgcrypt], [
+               if test "x$enableval" != "xno"; then
                        errifnotfound="yes"
                else
                        search="no"