summaryrefslogtreecommitdiff
path: root/ext/oracle
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-30 04:52:19 +0000
committerSascha Schumann <sas@php.net>1999-12-30 04:52:19 +0000
commitcf5a5fb1dd3800b9c7f69bb23326277eab3a4c72 (patch)
tree797b72cf3dd3b02052002d0398a3a79e9c768dfa /ext/oracle
parent2c99bef442d71a455628628e932daf26aaec8a46 (diff)
downloadphp-git-cf5a5fb1dd3800b9c7f69bb23326277eab3a4c72.tar.gz
Whoops, defining them to empty values generates many parse errors.
Defaulting to 1.
Diffstat (limited to 'ext/oracle')
-rw-r--r--ext/oracle/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oracle/config.m4 b/ext/oracle/config.m4
index 7f7c8b94a2..87c1f6a743 100644
--- a/ext/oracle/config.m4
+++ b/ext/oracle/config.m4
@@ -160,7 +160,7 @@ AC_ARG_WITH(oracle,
# only using shared libs right now
ORACLE_LIBS=$ORACLE_SHLIBS
- AC_DEFINE(HAVE_ORACLE,,[ ])
+ AC_DEFINE(HAVE_ORACLE,1,[ ])
fi