sniper Thu Jan 23 00:33:10 2003 EDT
Modified files:
/php4/ext/ingres_ii config.m4
Log:
Correct default path
Index: php4/ext/ingres_ii/config.m4
diff -u php4/ext/ingres_ii/config.m4:1.8 php4/ext/ingres_ii/config.m4:1.9
--- php4/ext/ingres_ii/config.m4:1.8 Tue Mar 12 11:21:42 2002
+++ php4/ext/ingres_ii/config.m4 Thu Jan 23 00:33:09 2003
@@ -1,10 +1,10 @@
dnl
-dnl $Id: config.m4,v 1.8 2002/03/12 16:21:42 sas Exp $
+dnl $Id: config.m4,v 1.9 2003/01/23 05:33:09 sniper Exp $
dnl
PHP_ARG_WITH(ingres, for Ingres II support,
[ --with-ingres[=DIR] Include Ingres II support. DIR is the Ingres
- base directory (default $II_SYSTEM/II/ingres)])
+ base directory (default $II_SYSTEM/ingres)])
if test "$PHP_INGRES" != "no"; then
AC_DEFINE(HAVE_II, 1, [Whether you have Ingres II])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php