diff options
| author | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-12-06 18:25:39 +0000 |
|---|---|---|
| committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-12-06 18:25:39 +0000 |
| commit | 3500c239a052f72a40bf2d14d260428ca7063852 (patch) | |
| tree | 5c1ba887994849df95aa07bc19dfe81628338544 /ext/oci8/config.m4 | |
| parent | 3bc8512cf058cde08108a15287fde720772fbdd3 (diff) | |
| download | php-git-3500c239a052f72a40bf2d14d260428ca7063852.tar.gz | |
Fixed build with autoconf-2.54
Diffstat (limited to 'ext/oci8/config.m4')
| -rw-r--r-- | ext/oci8/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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,[ ]) ;; *) |
