]> granicus.if.org Git - php/commitdiff
- To configure with ingres should be --with-ingres and not --with-ii
authorAndi Gutmans <andi@php.net>
Tue, 29 Aug 2000 18:21:07 +0000 (18:21 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 29 Aug 2000 18:21:07 +0000 (18:21 +0000)
- Changing it for 4.0.2 so that we don't have backwards compatibility
- problems later on

ext/ingres_ii/README
ext/ingres_ii/config.m4

index 71c62669eff3015a820a1d93aeb402ca8ec07aec..d16d152c0921f7268eb6d6eff49dddf83742888e 100644 (file)
@@ -6,8 +6,8 @@ It is still in development and has been only quickly tested on
 Linux (Mandrake 5.3 for Intel), so you should avoid using it with
 critical data.
 
-To enable the extension just add --with-ii to your ./configure
-line. If the Ingres files are not found, use --with-ii=DIR instead
+To enable the extension just add --with-ingres to your ./configure
+line. If the Ingres files are not found, use --with-ingres=DIR instead
 to specify your Ingres installation directory.
 
 Please report suggestions to henot@php.net.
index 34cb51b4f7819121c77e6da8081390e2d973dfa9..8e71fe4dfc8a7aa1ababc7441bed9d8bd54861f8 100644 (file)
@@ -2,7 +2,7 @@ dnl $Id$
 dnl config.m4 for extension ingres_ii
 
 PHP_ARG_WITH(ii, for Ingres II support,
-[  --with-ii[=DIR]         Include Ingres II support. DIR is the Ingres
+[  --with-ingres[=DIR]     Include Ingres II support. DIR is the Ingres
                           base directory (default $II_SYSTEM/II/ingres)],
 no)