]> granicus.if.org Git - php/commitdiff
MFH: Nuked unnecessary AC_MSG_CHECKING
authorJani Taskinen <jani@php.net>
Wed, 11 Jul 2007 11:56:03 +0000 (11:56 +0000)
committerJani Taskinen <jani@php.net>
Wed, 11 Jul 2007 11:56:03 +0000 (11:56 +0000)
ext/standard/config.m4

index 79bf7ed4a17597e0b6d3a9d0f44f8784c562e425..2de2a6a7bf473ef12857a7112d2055f2a06d81ca 100644 (file)
@@ -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