File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff 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-
462442PHP_ARG_WITH(mongodb-sasl, for Cyrus SASL support,
463443[ --with-mongodb-sasl[ =DIR] mongodb: Include Cyrus SASL support] , auto, no)
464444
You can’t perform that action at this time.
0 commit comments