From: foobar Date: Thu, 23 Jan 2003 05:33:11 +0000 (+0000) Subject: Correct default path X-Git-Tag: PHP_5_0_dev_before_13561_fix~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=895a3a109ff6910d2d1aef81c1f7a0ab381ed99f;p=php Correct default path --- diff --git a/ext/ingres_ii/config.m4 b/ext/ingres_ii/config.m4 index 3761714e00..abfce6bf8b 100644 --- a/ext/ingres_ii/config.m4 +++ b/ext/ingres_ii/config.m4 @@ -4,7 +4,7 @@ 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])