diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2011-06-22 03:37:51 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2011-06-22 03:37:51 +0000 |
commit | 13b9d8316eeafaa9d9debcea21359e5c57b12eee (patch) | |
tree | 6159c7c96f55af209bd4dc0410efda47bba53ddb /mail/cyrus-imapd24/files/patch-configure | |
parent | Update to 1.8.4. (diff) |
Update to 2.4.9.
Diffstat (limited to 'mail/cyrus-imapd24/files/patch-configure')
-rw-r--r-- | mail/cyrus-imapd24/files/patch-configure | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/mail/cyrus-imapd24/files/patch-configure b/mail/cyrus-imapd24/files/patch-configure index 84eb12b760ca..a9df80eff38e 100644 --- a/mail/cyrus-imapd24/files/patch-configure +++ b/mail/cyrus-imapd24/files/patch-configure @@ -1,26 +1,26 @@ Index: configure diff -u configure.orig configure ---- configure.orig 2010-11-30 03:25:07.756687818 +0900 -+++ configure 2010-11-30 03:26:18.670893394 +0900 -@@ -7156,7 +7156,7 @@ +--- configure.orig 2011-06-03 15:15:41.385220512 +0900 ++++ configure 2011-06-03 15:17:06.591153858 +0900 +@@ -7201,7 +7201,7 @@ 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 +- 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 test "${cyrus_cv_pcre_utf8+set}" = set; then : -@@ -7182,7 +7182,7 @@ - else - cyrus_cv_pcre_utf8="no" + if ${cyrus_cv_pcre_utf8+:} false; then : +@@ -7229,7 +7229,7 @@ + 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 -@@ -10446,7 +10446,7 @@ +@@ -10493,7 +10493,7 @@ PERL_SUBDIRS="imap" PERL="${with_perl}" case "${target_os}" in |