]> granicus.if.org Git - php/commitdiff
MFH: fix #35959 (Cannot build with Solid 2.3)
authorAntony Dovgal <tony2001@php.net>
Tue, 10 Jan 2006 14:17:26 +0000 (14:17 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 10 Jan 2006 14:17:26 +0000 (14:17 +0000)
ext/odbc/config.m4

index 24aa3a65535d6ebcc9595860bdd440f4c7339243..9a5d2eafb327ef95042bf7de1a5ad25d1fe46b82 100644 (file)
@@ -539,7 +539,7 @@ if test -n "$ODBC_TYPE"; then
   if test "$ODBC_TYPE" != "dbmaker"; then
     ext_shared=$shared
     PHP_EVAL_LIBLINE([$ODBC_LFLAGS $ODBC_LIBS], ODBC_SHARED_LIBADD)
-    if test "$ODBC_TYPE" != "birdstep"; then
+    if test "$ODBC_TYPE" != "birdstep" && test "$ODBC_TYPE" != "solid"; then
       AC_DEFINE(HAVE_SQLDATASOURCES,1,[ ])
     fi
   fi