diff options
author | Sascha Schumann <sas@php.net> | 2000-10-30 18:27:46 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-10-30 18:27:46 +0000 |
commit | ea6985a225f060b0923fcc97cc65fada878565cf (patch) | |
tree | 6068ffd7c4b3d7b64cccd1b190f415e3aadde392 /pear/pear.m4 | |
parent | 2f5f83f5189666f5af11323212bec13cbfedabd4 (diff) | |
download | php-git-ea6985a225f060b0923fcc97cc65fada878565cf.tar.gz |
PATH is not optional (we print that message, because php-config isn't in the
PATH).
Diffstat (limited to 'pear/pear.m4')
-rw-r--r-- | pear/pear.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/pear.m4 b/pear/pear.m4 index a3eb1fcb4c..7dc38794ac 100644 --- a/pear/pear.m4 +++ b/pear/pear.m4 @@ -14,7 +14,7 @@ AC_DEFUN(PHP_WITH_PHP_CONFIG,[ EXTENSION_DIR=`$PHP_CONFIG --extension-dir` if test -z "$prefix"; then - AC_MSG_ERROR(Cannot find php-config. Please use --with-php-config=[PATH]) + AC_MSG_ERROR(Cannot find php-config. Please use --with-php-config=PATH) fi AC_MSG_CHECKING(for PHP prefix) AC_MSG_RESULT($prefix) |