From: Sascha Schumann Date: Mon, 30 Oct 2000 18:27:46 +0000 (+0000) Subject: PATH is not optional (we print that message, because php-config isn't in the X-Git-Tag: php-4.0.4RC3~430 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea6985a225f060b0923fcc97cc65fada878565cf;p=php PATH is not optional (we print that message, because php-config isn't in the PATH). --- 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)