From: foobar Date: Thu, 28 Sep 2000 23:46:15 +0000 (+0000) Subject: Fix configure (with Solaris). X-Git-Tag: php-4.0.3RC1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5844b74e22511bc77775e3e83dc45fff54c47b49;p=php Fix configure (with Solaris). --- 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,[ ])