]> granicus.if.org Git - php/commitdiff
correct backwards logic
authorWez Furlong <wez@php.net>
Sun, 13 Feb 2005 03:01:38 +0000 (03:01 +0000)
committerWez Furlong <wez@php.net>
Sun, 13 Feb 2005 03:01:38 +0000 (03:01 +0000)
ext/pdo_sqlite/config.m4

index 554e06f6f47d339deb95a9f4fa2a0039eb2b077f..c5cec4b46cfd2ce53cdc6f4a24a94e388bda9bef 100644 (file)
@@ -91,7 +91,7 @@ if test "$PHP_PDO_SQLITE" != "no"; then
         sort -n +2 $ext_srcdir/sqlite/src/opcodes.h | awk -f $ext_srcdir/sqlite/mkopcodec.awk > $ext_srcdir/sqlite/src/opcodes.c
       fi
 
-      if test "$ext_shared" = "no" -o "$ext_srcdir" = "$abs_srcdir"; then
+      if test "$ext_shared" = "no" -o "$ext_srcdir" != "$abs_srcdir"; then
         echo '#include "php_config.h"' > $ext_srcdir/sqlite/src/config.h
       else
         echo "#include \"$abs_builddir/config.h\"" > $ext_srcdir/sqlite/src/config.h