- Fix for bug 15404

This commit is contained in:
Derick Rethans 2002-02-06 19:10:35 +00:00
parent ccc8755196
commit cee660a123

View File

@ -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