From: foobar Date: Wed, 26 Jun 2002 21:44:58 +0000 (+0000) Subject: Better not pollute the EXTRA_LIBS with libpaths. X-Git-Tag: php-4.3.0dev_zend2_alpha2~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34de1f6578b946cb17ea0325bead4609c7d84c2a;p=php Better not pollute the EXTRA_LIBS with libpaths. --- diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index b935f36797..32ef482af1 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -537,7 +537,8 @@ fi if test -n "$ODBC_TYPE"; then if test "$ODBC_TYPE" != "dbmaker"; then if test "$shared" != "yes"; then - EXTRA_LIBS="$EXTRA_LIBS $ODBC_LFLAGS $ODBC_LIBS" + EXTRA_LDFLAGS="$EXTRA_LDFLAGS $ODBC_LFLAGS" + EXTRA_LIBS="$EXTRA_LIBS $ODBC_LIBS" fi fi AC_DEFINE(HAVE_UODBC,1,[ ])