diff options
| author | Andi Gutmans <andi@php.net> | 2000-09-28 13:08:14 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2000-09-28 13:08:14 +0000 |
| commit | 3e0d46d2229e51528aa7d39ac0d673722e2f22dc (patch) | |
| tree | 1e60a23f681405667930b0467bfb4a3e14c415f6 | |
| parent | 39752c2ed0841588828fbeab64108cf9389f7439 (diff) | |
| download | php-git-3e0d46d2229e51528aa7d39ac0d673722e2f22dc.tar.gz | |
- Fix build of db2
| -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 db255722ab..35e0bb2536 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -150,6 +150,7 @@ AC_ARG_WITH(ibm-db2, ODBC_LIBDIR=$withval/lib fi ODBC_INCLUDE=-I$ODBC_INCDIR + ODBC_LFLAGS=-L$(ODBC_LIBDIR) ODBC_TYPE=db2 ODBC_LIBS="-ldb2" AC_DEFINE(HAVE_IBMDB2,1,[ ]) |
