sniper Tue Jan 21 00:09:34 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/ircg config.m4
Log:
MFH
Index: php4/ext/ircg/config.m4
diff -u php4/ext/ircg/config.m4:1.14.4.1 php4/ext/ircg/config.m4:1.14.4.2
--- php4/ext/ircg/config.m4:1.14.4.1 Tue Jan 21 00:08:33 2003
+++ php4/ext/ircg/config.m4 Tue Jan 21 00:09:33 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.14.4.1 2003/01/21 05:08:33 sniper Exp $
+dnl $Id: config.m4,v 1.14.4.2 2003/01/21 05:09:33 sniper Exp $
dnl
PHP_ARG_WITH(ircg, for IRCG support,
@@ -18,7 +18,7 @@
if test "$PHP_IRCG" != "no"; then
- $IRCG_PREFIX=`$IRCG_CONFIG --prefix`
+ IRCG_PREFIX=`$IRCG_CONFIG --prefix`
if test -z "$IRCG_PREFIX"; then
AC_MSG_ERROR([I cannot run the ircg-config script which should have been
installed by IRCG. Please ensure that the script is in your PATH or point
--with-ircg-config to the path of the script.])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php