Skip to content

Commit 2e0a2d1

Browse files
committed
In case we do a 4.1.3, add this trivial fix
1 parent 3ba2b00 commit 2e0a2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/odbc/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ fi
536536
if test -n "$ODBC_TYPE"; then
537537
INCLUDES="$INCLUDES $ODBC_INCLUDE"
538538
if test "$ODBC_TYPE" != "dbmaker"; then
539-
if test $shared != "yes"; then
539+
if test "$shared" != "yes"; then
540540
EXTRA_LIBS="$EXTRA_LIBS $ODBC_LFLAGS $ODBC_LIBS"
541541
fi
542542
fi

0 commit comments

Comments
 (0)