diff options
-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 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 |