diff options
author | foobar <sniper@php.net> | 2000-09-28 23:46:15 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2000-09-28 23:46:15 +0000 |
commit | 5844b74e22511bc77775e3e83dc45fff54c47b49 (patch) | |
tree | 36c6eb0efce0c43b552fc78779f734765ab93f30 /ext/odbc | |
parent | c4fd954b8a3438502f6f4cf76a54fc3623255f5d (diff) | |
download | php-git-5844b74e22511bc77775e3e83dc45fff54c47b49.tar.gz |
Fix configure (with Solaris).
Diffstat (limited to 'ext/odbc')
-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 35e0bb2536..04fc1807ba 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -150,7 +150,7 @@ AC_ARG_WITH(ibm-db2, ODBC_LIBDIR=$withval/lib fi ODBC_INCLUDE=-I$ODBC_INCDIR - ODBC_LFLAGS=-L$(ODBC_LIBDIR) + ODBC_LFLAGS=-L$ODBC_LIBDIR ODBC_TYPE=db2 ODBC_LIBS="-ldb2" AC_DEFINE(HAVE_IBMDB2,1,[ ]) |