summaryrefslogtreecommitdiff
path: root/ext/standard/config.m4
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-07-11 11:56:03 +0000
committerJani Taskinen <jani@php.net>2007-07-11 11:56:03 +0000
commit3067f6a9370074b663385c056cad814da6be3447 (patch)
tree170e269263fdd3a136997b885259dbd4149e9e57 /ext/standard/config.m4
parenta0a2b24df53ff682da14803ab4e58fb70de4a792 (diff)
downloadphp-git-3067f6a9370074b663385c056cad814da6be3447.tar.gz
MFH: Nuked unnecessary AC_MSG_CHECKING
Diffstat (limited to 'ext/standard/config.m4')
-rw-r--r--ext/standard/config.m44
1 files 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