diff options
author | Sascha Schumann <sas@php.net> | 1999-12-30 13:19:56 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-12-30 13:19:56 +0000 |
commit | 7948fe36c4db48191288ea5a8e5edd252f678fdd (patch) | |
tree | 5b663661dad0d7673f67584210a4fb465c1925e6 /ext/odbc/config.m4 | |
parent | c76f23420e537365cfcd1159d06a8ec146909fcf (diff) | |
download | php-git-7948fe36c4db48191288ea5a8e5edd252f678fdd.tar.gz |
Fix define.
This should be the last one, my earlier search didn't find macro names
contain numbers.
Diffstat (limited to 'ext/odbc/config.m4')
-rw-r--r-- | ext/odbc/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index 13408ab70e..8bda88d38e 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -141,7 +141,7 @@ AC_ARG_WITH(ibm-db2, ODBC_INCLUDE=-I$ODBC_INCDIR ODBC_TYPE=db2 ODBC_LIBS="-ldb2" - AC_DEFINE(HAVE_IBMDB2,,[ ]) + AC_DEFINE(HAVE_IBMDB2,1,[ ]) AC_MSG_RESULT(yes) else |