]> granicus.if.org Git - php/commitdiff
Made ingres extension use --with--ingres instead of --with-ii.
authorHénot David <henot@php.net>
Thu, 31 Aug 2000 15:10:16 +0000 (15:10 +0000)
committerHénot David <henot@php.net>
Thu, 31 Aug 2000 15:10:16 +0000 (15:10 +0000)
Andi actualy changed only the help line.

ext/ingres_ii/config.m4

index 8e71fe4dfc8a7aa1ababc7441bed9d8bd54861f8..294cb2a8a5c605246390fed9cf61775877a9f0e9 100644 (file)
@@ -1,19 +1,19 @@
 dnl $Id$
 dnl config.m4 for extension ingres_ii
 
-PHP_ARG_WITH(ii, for Ingres II support,
+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)],
 no)
 
-if test "$PHP_II" != "no"; then
+if test "$PHP_INGRES" != "no"; then
   AC_DEFINE(HAVE_II, 1, [Whether you have Ingres II])
   PHP_EXTENSION(ingres_ii, $ext_shared)
 
-  if test "$PHP_II" = "yes"; then
+  if test "$PHP_INGRES" = "yes"; then
     II_DIR=$II_SYSTEM/ingres
   else
-    II_DIR=$PHP_II
+    II_DIR=$PHP_INGRES
   fi
 
   if test -r $II_DIR/files/iiapi.h; then