summaryrefslogtreecommitdiff
path: root/ext/odbc/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/odbc/config.m4')
-rw-r--r--ext/odbc/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4
index aa2ea74b55..35161e1c9f 100644
--- a/ext/odbc/config.m4
+++ b/ext/odbc/config.m4
@@ -536,7 +536,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