From 67b92d93e2325a80098b11ed6bd48c18b1efffdc Mon Sep 17 00:00:00 2001 From: Lior Kaplan Date: Thu, 31 Dec 2015 14:24:30 +0200 Subject: [PATCH] Don't print pcre-dir usage during configure check --- config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.m4 b/config.m4 index e8c4e79f..a69d92dd 100644 --- a/config.m4 +++ b/config.m4 @@ -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