sniper          Tue Jan 21 00:09:04 2003 EDT

  Modified files:              
    /php4/ext/ircg      config.m4 
  Log:
  fix typo
  
Index: php4/ext/ircg/config.m4
diff -u php4/ext/ircg/config.m4:1.19 php4/ext/ircg/config.m4:1.20
--- php4/ext/ircg/config.m4:1.19        Tue Jan 21 00:08:14 2003
+++ php4/ext/ircg/config.m4     Tue Jan 21 00:09:03 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.19 2003/01/21 05:08:14 sniper Exp $
+dnl $Id: config.m4,v 1.20 2003/01/21 05:09:03 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

Reply via email to