Skip to content

Commit bcf50b7

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: move AC_DEFINE in the right position (in bundled lib conditon)
2 parents ae36454 + 3239f6d commit bcf50b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sqlite3/config0.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ if test $PHP_SQLITE3 != "no"; then
8585
other_flags="$other_flags -DSQLITE_ENABLE_ICU=1"
8686
fi
8787

88+
AC_DEFINE(HAVE_SQLITE3_ERRSTR, 1, [have sqlite3_errstr function])
8889
PHP_SQLITE3_CFLAGS="-I@ext_srcdir@/libsqlite $other_flags $threadsafe_flags $debug_flags"
8990
PHP_INSTALL_HEADERS([ext/sqlite3/libsqlite/sqlite3.h])
9091
fi
9192

92-
AC_DEFINE(HAVE_SQLITE3_ERRSTR, 1, [have sqlite3_errstr function])
9393
AC_DEFINE(HAVE_SQLITE3,1,[ ])
9494

9595
sqlite3_sources="sqlite3.c $sqlite3_extra_sources"

0 commit comments

Comments
 (0)