summaryrefslogtreecommitdiff
path: root/ext/oci8/config.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-01-15 06:30:23 +0000
committerfoobar <sniper@php.net>2004-01-15 06:30:23 +0000
commitad11617f293441db4870e19255dc25f348163904 (patch)
treeda1e30f21b400bcf742ea2583c11b939bfdd44ff /ext/oci8/config.m4
parent124e6c8b6dc63c799a36a1300efdcfbff5b2faa9 (diff)
downloadphp-git-ad11617f293441db4870e19255dc25f348163904.tar.gz
Fix typo
Diffstat (limited to 'ext/oci8/config.m4')
-rw-r--r--ext/oci8/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4
index d153f18b3e..240388aa44 100644
--- a/ext/oci8/config.m4
+++ b/ext/oci8/config.m4
@@ -143,7 +143,7 @@ if test "$PHP_OCI8" != "no"; then
dnl
PHP_CHECK_LIBRARY(clntsh, OCICollAssign,
[
- AC_DEFINE(HAVE_OCI8_COLLECTIONS,1,[ ])
+ AC_DEFINE(PHP_OCI8_HAVE_COLLECTIONS,1,[ ])
], [], [
-L$OCI8_DIR/lib $OCI8_SHARED_LIBADD
])