Skip to content

Commit

Permalink
same fix here
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Feb 13, 2005
1 parent bee7f3d commit 0aa82c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/sqlite/config.m4
Expand Up @@ -90,7 +90,7 @@ if test "$PHP_SQLITE" != "no"; then

sed -e s/--VERS--/$SQLITE_VERSION/ -e s/--ENCODING--/$SQLITE_ENCODING/ $ext_srcdir/libsqlite/src/sqlite.h.in >$ext_srcdir/libsqlite/src/sqlite.h

if test "$ext_shared" = "no"; then
if test "$ext_shared" = "no" -o "$ext_srcdir" != "$abs_srcdir"; then
echo '#include <php_config.h>' > $ext_srcdir/libsqlite/src/config.h
else
echo "#include \"$abs_builddir/config.h\"" > $ext_srcdir/libsqlite/src/config.h
Expand Down

0 comments on commit 0aa82c3

Please sign in to comment.