summaryrefslogtreecommitdiff
path: root/pear/pear.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-10-30 18:27:46 +0000
committerSascha Schumann <sas@php.net>2000-10-30 18:27:46 +0000
commitea6985a225f060b0923fcc97cc65fada878565cf (patch)
tree6068ffd7c4b3d7b64cccd1b190f415e3aadde392 /pear/pear.m4
parent2f5f83f5189666f5af11323212bec13cbfedabd4 (diff)
downloadphp-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.m42
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)