freebsd-ports/mail/cyrus-imapd23/files/extra-patch-configure.in
2011-09-14 11:19:36 +00:00

13 lines
469 B
Text

Index: configure.in
diff -u configure.in.orig configure.in
--- configure.in.orig 2010-11-26 14:14:12.403327543 +0900
+++ configure.in 2010-11-26 14:14:47.834464148 +0900
@@ -391,7 +391,7 @@
AC_CHECK_LIB(fl,main)
AC_CHECK_HEADERS(pcreposix.h rxposix.h)
- if test "$ac_cv_header_pcreposix_h" == "yes"; then
+ if test "$ac_cv_header_pcreposix_h" = "yes"; then
LIBS="$LIBS -lpcre -lpcreposix";
AC_DEFINE(ENABLE_REGEX, [], [Do we have a regex library?])
else