From 518d6ff11bb28b788d82e8f40b0ae94ced43c248 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Wed, 11 Jul 2007 11:55:46 +0000 Subject: [PATCH] - Nuke extra AC_MSG_CHECKING --- ext/standard/config.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/standard/config.m4 b/ext/standard/config.m4 index 79bf7ed4a1..2de2a6a7bf 100644 --- a/ext/standard/config.m4 +++ b/ext/standard/config.m4 @@ -210,7 +210,7 @@ divert(5)dnl dnl dnl Check for regex library type dnl -PHP_ARG_WITH(regex, for selected regex library type, +PHP_ARG_WITH(regex,, [ --with-regex=TYPE regex library type: system, apache, php. [TYPE=php] WARNING: Do NOT use unless you know what you are doing!], php, no) @@ -230,7 +230,7 @@ case $PHP_REGEX in ;; *) REGEX_TYPE=php - AC_MSG_WARN(Invalid regex library type. Using default value: php) + AC_MSG_WARN(Invalid regex library type selected. Using default value: php) ;; esac -- 2.50.1