1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00

Fixed build with autoconf-2.54

This commit is contained in:
Moriyoshi Koizumi
2002-12-06 18:25:39 +00:00
parent 3bc8512cf0
commit 3500c239a0

View File

@@ -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,[ ])
;;
*)