diff options
| author | Jani Taskinen <jani@php.net> | 2007-07-11 11:56:03 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2007-07-11 11:56:03 +0000 |
| commit | 3067f6a9370074b663385c056cad814da6be3447 (patch) | |
| tree | 170e269263fdd3a136997b885259dbd4149e9e57 /ext/standard/config.m4 | |
| parent | a0a2b24df53ff682da14803ab4e58fb70de4a792 (diff) | |
| download | php-git-3067f6a9370074b663385c056cad814da6be3447.tar.gz | |
MFH: Nuked unnecessary AC_MSG_CHECKING
Diffstat (limited to 'ext/standard/config.m4')
| -rw-r--r-- | ext/standard/config.m4 | 4 |
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 |
