summaryrefslogtreecommitdiff
path: root/ext/ingres_ii
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-08-29 18:21:07 +0000
committerAndi Gutmans <andi@php.net>2000-08-29 18:21:07 +0000
commit56498d48b4ac48f1f0c120751d083414252c9d4e (patch)
tree95e6e099cfa124bca8b3ab98a77177b0ee3fa265 /ext/ingres_ii
parenta15887434dcfda5db289817fcfd61a6329f1ad33 (diff)
downloadphp-git-56498d48b4ac48f1f0c120751d083414252c9d4e.tar.gz
- To configure with ingres should be --with-ingres and not --with-ii
- Changing it for 4.0.2 so that we don't have backwards compatibility - problems later on
Diffstat (limited to 'ext/ingres_ii')
-rw-r--r--ext/ingres_ii/README4
-rw-r--r--ext/ingres_ii/config.m42
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/ingres_ii/README b/ext/ingres_ii/README
index 71c62669ef..d16d152c09 100644
--- a/ext/ingres_ii/README
+++ b/ext/ingres_ii/README
@@ -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.
diff --git a/ext/ingres_ii/config.m4 b/ext/ingres_ii/config.m4
index 34cb51b4f7..8e71fe4dfc 100644
--- a/ext/ingres_ii/config.m4
+++ b/ext/ingres_ii/config.m4
@@ -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)