From ea6985a225f060b0923fcc97cc65fada878565cf Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 30 Oct 2000 18:27:46 +0000 Subject: [PATCH] PATH is not optional (we print that message, because php-config isn't in the PATH). --- pear/pear.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1