Don't print pcre-dir usage during configure check

This commit is contained in:
Lior Kaplan
2015-12-31 14:24:30 +02:00
committed by Jeremy Mikola
parent da1f707f48
commit 67b92d93e2

View File

@@ -370,7 +370,7 @@ PHP_ARG_WITH(libmongoc, Use system libmongoc,
fi
PHP_ARG_WITH(pcre-dir, pcre-dir install prefix
PHP_ARG_WITH(pcre-dir, pcre-dir install prefix,
[ --with-pcre-dir[=DIR] mongodb: pcre install prefix], auto, yes)
if test "$PHP_PCRE_DIR" != "no"; then