summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2002-03-01 19:50:06 +0000
committerRasmus Lerdorf <rasmus@php.net>2002-03-01 19:50:06 +0000
commit2e0a2d165ae856533615fc2c0cd0daf190dca5bf (patch)
tree15ad07f9e5a0fb11cffe12d0e6de0b118537af44
parent3ba2b00ee0709b44153c2273ddecb2547bc57a2c (diff)
downloadphp-git-2e0a2d165ae856533615fc2c0cd0daf190dca5bf.tar.gz
In case we do a 4.1.3, add this trivial fix
-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