diff options
author | Dan Kalowsky <kalowsky@php.net> | 2003-01-07 22:56:58 +0000 |
---|---|---|
committer | Dan Kalowsky <kalowsky@php.net> | 2003-01-07 22:56:58 +0000 |
commit | b89d9db7064339cec7b4744839b6bf2b4880d0cb (patch) | |
tree | 13624ec3019a94f989b5c4602e1c4cb217792707 /ext/odbc/config.m4 | |
parent | b064810550caa492cb0dd4ae973c033e0cefa55c (diff) | |
download | php-git-b89d9db7064339cec7b4744839b6bf2b4880d0cb.tar.gz |
Reverting last change as it really doesn't fix longreadlen problems in all
cases.
Diffstat (limited to 'ext/odbc/config.m4')
-rw-r--r-- | ext/odbc/config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index e2ce2cbe55..67839c56a7 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -373,6 +373,7 @@ AC_ARG_WITH(iodbc, ODBC_LFLAGS=-L$withval/lib ODBC_LIBS=-liodbc AC_DEFINE(HAVE_IODBC,1,[ ]) + AC_DEFINE(HAVE_ODBC2,1,[ ]) AC_MSG_RESULT(yes) else AC_MSG_RESULT(no) |