summaryrefslogtreecommitdiff
path: root/ext/odbc
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-02-06 19:10:35 +0000
committerDerick Rethans <derick@php.net>2002-02-06 19:10:35 +0000
commitcee660a123276ee7225feee21bd815971ad21093 (patch)
tree10de73d7ef54d374deecaa35f9a20c868ed73e5e /ext/odbc
parentccc8755196b5dd8a01dd3c3241e246d2cad6bc3c (diff)
downloadphp-git-cee660a123276ee7225feee21bd815971ad21093.tar.gz
- Fix for bug 15404
Diffstat (limited to 'ext/odbc')
-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 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