diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2011-10-05 16:12:37 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2011-10-05 16:12:37 +0000 |
commit | 47c7b80b03d4745662d049dfdda3bd6d2d47f8a9 (patch) | |
tree | c5ab650f0bf3e9e83ff7ad7aa1e1a980630ddd17 /mail/cyrus-imapd24/files/patch-configure | |
parent | Update to 2.3.18. (diff) |
Update to 2.4.12.
Diffstat (limited to 'mail/cyrus-imapd24/files/patch-configure')
-rw-r--r-- | mail/cyrus-imapd24/files/patch-configure | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/cyrus-imapd24/files/patch-configure b/mail/cyrus-imapd24/files/patch-configure deleted file mode 100644 index 94d8573f7ae1..000000000000 --- a/mail/cyrus-imapd24/files/patch-configure +++ /dev/null @@ -1,22 +0,0 @@ -Index: configure -diff -u configure.orig configure ---- 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 - $as_echo_n "checking for utf8 enabled pcre... " >&6; } - 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 |