sas Thu Mar 8 15:07:07 2001 EDT
Modified files:
/php4/ext/ircg config.m4
Log:
Refine complain message
Index: php4/ext/ircg/config.m4
diff -u php4/ext/ircg/config.m4:1.3 php4/ext/ircg/config.m4:1.4
--- php4/ext/ircg/config.m4:1.3 Mon Feb 26 14:14:24 2001
+++ php4/ext/ircg/config.m4 Thu Mar 8 15:07:07 2001
@@ -9,7 +9,7 @@
if test "$PHP_IRCG" != "no"; then
$IRCG_CONFIG --ldflags
if test "$?" != "0"; then
- AC_MSG_ERROR([Please verify that ircg-config is in your PATH or pass the path to
ircg-config as --with-ircg-config])
+ 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.])
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]