diff options
Diffstat (limited to 'mail/spamdyke/patches/patch-ab')
-rw-r--r-- | mail/spamdyke/patches/patch-ab | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/mail/spamdyke/patches/patch-ab b/mail/spamdyke/patches/patch-ab index 051c7e14ea7..1b63381ea9f 100644 --- a/mail/spamdyke/patches/patch-ab +++ b/mail/spamdyke/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.6 2008/02/25 07:38:00 schmonz Exp $ +$NetBSD: patch-ab,v 1.7 2008/05/28 23:57:27 schmonz Exp $ ---- configure.ac.orig 2008-02-10 14:35:48.000000000 -0500 +--- configure.ac.orig 2008-05-21 10:33:14.000000000 -0400 +++ configure.ac -@@ -49,7 +49,7 @@ AS_IF([ test "x$enable_tls" != "xno" ], - AC_MSG_CHECKING([for OpenSSL libraries (for TLS support)]) - AC_MSG_RESULT([yes]) - ], -- [ AS_IF([ test "x$enable_tls" == "xcheck" ], -+ [ AS_IF([ test "x$enable_tls" = "xcheck" ], - [ AC_MSG_CHECKING([for OpenSSL libraries (for TLS support)]) - AC_MSG_RESULT([no, TLS disabled]) ], - [ AC_MSG_FAILURE([--enable-tls was given but OpenSSL was not found]) +@@ -62,7 +62,7 @@ AS_IF([ test "x$enable_tls" != "xno" ], + AC_MSG_CHECKING([for OpenSSL libraries (for TLS support)]) + AC_MSG_RESULT([yes]) + ], +- [ AS_IF([ test "x$enable_tls" == "xcheck" ], ++ [ AS_IF([ test "x$enable_tls" = "xcheck" ], + [ AC_MSG_CHECKING([for OpenSSL libraries (for TLS support)]) + AC_MSG_RESULT([no, TLS disabled]) ], + [ AC_MSG_FAILURE([--enable-tls was given but OpenSSL was not found]) |