summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd24/patches/patch-ab
blob: c79ee7d7d849e362c23064028f8be2f7e3c1dace (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
$NetBSD: patch-ab,v 1.5 2011/07/06 09:45:45 obache Exp $

--- configure.orig	2011-07-04 15:06:30.000000000 +0000
+++ configure
@@ -7201,7 +7201,7 @@ if test "x$ac_cv_header_pcreposix_h" = x
 fi
 
 
-	    if test "$ac_cv_header_pcreposix_h" == "yes"; then
+	    if test "$ac_cv_header_pcreposix_h" = "yes"; then
 		    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utf8 enabled pcre" >&5
 $as_echo_n "checking for utf8 enabled pcre... " >&6; }
 		    if ${cyrus_cv_pcre_utf8+:} false; then :
@@ -7229,7 +7229,7 @@ $as_echo "$cyrus_cv_pcre_utf8" >&6; }
 	    fi
 	fi
 
-	if test "$cyrus_cv_pcre_utf8" == "yes"; then
+	if test "$cyrus_cv_pcre_utf8" = "yes"; then
 		LIBS="$LIBS -lpcre -lpcreposix";
 
 $as_echo "#define ENABLE_REGEX /**/" >>confdefs.h
@@ -7250,7 +7250,7 @@ fi
 
 done
 
-		if test "$ac_cv_header_rxposix_h" == "yes"; then
+		if test "$ac_cv_header_rxposix_h" = "yes"; then
 			LIBS="$LIBS -lrx"
 
 $as_echo "#define ENABLE_REGEX /**/" >>confdefs.h
@@ -10493,7 +10493,7 @@ elif test "${with_perl}" != "no"; then
     PERL_SUBDIRS="imap"
     PERL="${with_perl}"
     case "${target_os}" in
-        linux*|netbsd*)
+        linux*|netbsd*|freebsd*|dragonfly*)
             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl cccdlflags needed on \"${target_os}\"" >&5
 $as_echo_n "checking for perl cccdlflags needed on \"${target_os}\"... " >&6; }
             eval `${PERL} -V:cccdlflags`