sas             Thu Mar  8 15:13:35 2001 EDT

  Modified files:              
    /php4/ext/ircg      config.m4 
  Log:
  s/--with-ircg/--with-ircg-config/
  
  
Index: php4/ext/ircg/config.m4
diff -u php4/ext/ircg/config.m4:1.4 php4/ext/ircg/config.m4:1.5
--- php4/ext/ircg/config.m4:1.4 Thu Mar  8 15:07:07 2001
+++ php4/ext/ircg/config.m4     Thu Mar  8 15:13:34 2001
@@ -9,7 +9,7 @@
 if test "$PHP_IRCG" != "no"; then
   $IRCG_CONFIG --ldflags
   if test "$?" != "0"; 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 
to the path of the script.])
+    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.])
   fi
   
   PHP_EVAL_LIBLINE(`$IRCG_CONFIG --ldflags`)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to