diff options
author | Andi Gutmans <andi@php.net> | 2000-08-29 18:21:07 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-08-29 18:21:07 +0000 |
commit | 56498d48b4ac48f1f0c120751d083414252c9d4e (patch) | |
tree | 95e6e099cfa124bca8b3ab98a77177b0ee3fa265 /ext/ingres_ii/README | |
parent | a15887434dcfda5db289817fcfd61a6329f1ad33 (diff) | |
download | php-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/README')
-rw-r--r-- | ext/ingres_ii/README | 4 |
1 files changed, 2 insertions, 2 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. |