]> granicus.if.org Git - php/commitdiff
PATH is not optional (we print that message, because php-config isn't in the
authorSascha Schumann <sas@php.net>
Mon, 30 Oct 2000 18:27:46 +0000 (18:27 +0000)
committerSascha Schumann <sas@php.net>
Mon, 30 Oct 2000 18:27:46 +0000 (18:27 +0000)
PATH).

pear/pear.m4

index a3eb1fcb4c1a49b20a0cfb5cc732057349925553..7dc38794ac1cfb244a62bbeebfac3c2c2c8e583a 100644 (file)
@@ -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)