From: Moriyoshi Koizumi Date: Fri, 6 Dec 2002 18:25:39 +0000 (+0000) Subject: Fixed build with autoconf-2.54 X-Git-Tag: RELEASE_1_0b3~137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3500c239a052f72a40bf2d14d260428ca7063852;p=php Fixed build with autoconf-2.54 --- diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4 index a94ced9128..6ea4fc1c3a 100644 --- a/ext/oci8/config.m4 +++ b/ext/oci8/config.m4 @@ -84,7 +84,7 @@ if test "$PHP_OCI8" != "no"; then PHP_ADD_LIBPATH($OCI8_DIR/lib, OCI8_SHARED_LIBADD) AC_DEFINE(HAVE_OCI8_TEMP_LOB,1,[ ]) AC_DEFINE(HAVE_OCI8_ATTR_STATEMENT,1,[ ]) - AC_DEFINE(HAVE_OCI9,1,[]) + AC_DEFINE(HAVE_OCI9,1,[ ]) ;; *)