]> code.citadel.org Git - citadel.git/blobdiff - citadel/configure.ac
* Fix configure mis-detecting libical and zlib and a missing semicolon in
[citadel.git] / citadel / configure.ac
index 2d54e4dedcb88700f219026c02c2e7c9aed52e72..57238fe597144523767c6eaabb3e8db1063cc304 100644 (file)
@@ -377,7 +377,7 @@ if test "x$with_zlib" != xno ; then
        )])
 fi
 
-if test "x$ok_zlib" != xno ; then
+if test "x$ok_zlib" = xyes ; then
        LIBS="-lz $LIBS"
        AC_DEFINE(HAVE_ZLIB)
 fi
@@ -392,7 +392,7 @@ if test "x$with_libical" != xno ; then
        )])
 fi
 
-if test "x$ok_libical" != xno ; then
+if test "x$ok_libical" = xyes ; then
        LIBS="-lical $LIBS"
        AC_DEFINE(HAVE_LIBICAL)
 fi