From: Derick Rethans Date: Wed, 6 Feb 2002 19:10:35 +0000 (+0000) Subject: - Fix for bug 15404 X-Git-Tag: php-4.2.0RC1~407 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cee660a123276ee7225feee21bd815971ad21093;p=php - Fix for bug 15404 --- diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index 3a9df764e8..c6696a7b9c 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -538,7 +538,7 @@ fi if test -n "$ODBC_TYPE"; then INCLUDES="$INCLUDES $ODBC_INCLUDE" if test "$ODBC_TYPE" != "dbmaker"; then - if test $shared != "yes"; then + if test "$shared" != "yes"; then EXTRA_LIBS="$EXTRA_LIBS $ODBC_LFLAGS $ODBC_LIBS" fi fi