Skip to content

Commit c7a1075

Browse files
committed
Remove unused pcre-dir configuration option
1 parent e5f75ae commit c7a1075

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

config.m4

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -439,26 +439,6 @@ if test "$MONGODB" != "no"; then
439439
fi
440440

441441

442-
PHP_ARG_WITH(pcre-dir, for pcre-dir install prefix,
443-
[ --with-pcre-dir[=DIR] mongodb: pcre install prefix], auto, yes)
444-
445-
if test "$PHP_PCRE_DIR" != "no"; then
446-
AC_MSG_CHECKING(for pcre)
447-
for i in $PHP_PCRE_DIR /usr /usr/local; do
448-
if test -f $i/include/pcre.h; then
449-
MONGODB_PCRE_DIR=$i/include
450-
AC_MSG_RESULT(found in $i)
451-
break
452-
fi
453-
done
454-
455-
if test -z "$MONGODB_PCRE_DIR"; then
456-
AC_MSG_RESULT(not found)
457-
else
458-
PHP_ADD_INCLUDE($MONGODB_PCRE_DIR)
459-
fi
460-
fi
461-
462442
PHP_ARG_WITH(mongodb-sasl, for Cyrus SASL support,
463443
[ --with-mongodb-sasl[=DIR] mongodb: Include Cyrus SASL support], auto, no)
464444

0 commit comments

Comments
 (0)