From 56498d48b4ac48f1f0c120751d083414252c9d4e Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Tue, 29 Aug 2000 18:21:07 +0000 Subject: [PATCH] - 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 --- ext/ingres_ii/README | 4 ++-- ext/ingres_ii/config.m4 | 2 +- 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) -- 2.40.0