diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2010-11-29 19:02:28 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2010-11-29 19:02:28 +0000 |
commit | 6943c99414739aa4052eada15dc263aa58df03eb (patch) | |
tree | e5e67f47e768fe1d78ab7018ccec5f84cd70345e /mail/cyrus-imapd24/files/patch-configure | |
parent | - Update to 2.2.2 (diff) |
Update to 2.4.5.
Diffstat (limited to 'mail/cyrus-imapd24/files/patch-configure')
-rw-r--r-- | mail/cyrus-imapd24/files/patch-configure | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/mail/cyrus-imapd24/files/patch-configure b/mail/cyrus-imapd24/files/patch-configure index 76c769f66c62..84eb12b760ca 100644 --- a/mail/cyrus-imapd24/files/patch-configure +++ b/mail/cyrus-imapd24/files/patch-configure @@ -1,17 +1,26 @@ Index: configure diff -u configure.orig configure ---- configure.orig 2010-11-26 15:06:26.419690432 +0900 -+++ configure 2010-11-26 15:27:39.897910842 +0900 -@@ -7162,7 +7162,7 @@ +--- configure.orig 2010-11-30 03:25:07.756687818 +0900 ++++ configure 2010-11-30 03:26:18.670893394 +0900 +@@ -7156,7 +7156,7 @@ + fi - done - 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" + 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 -@@ -10411,7 +10411,7 @@ +@@ -10446,7 +10446,7 @@ PERL_SUBDIRS="imap" PERL="${with_perl}" case "${target_os}" in |