summaryrefslogtreecommitdiff
path: root/mail/spamdyke/patches/patch-ab
blob: 1b63381ea9fccc77dea1e29f03a0909207b65804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.7 2008/05/28 23:57:27 schmonz Exp $

--- configure.ac.orig	2008-05-21 10:33:14.000000000 -0400
+++ configure.ac
@@ -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])