Skip to content

Commit 2420678

Browse files
committed
fix typo breaking shared build
1 parent ee99086 commit 2420678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sqlite3/config0.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if test $PHP_SQLITE3 != "no"; then
2121
PHP_CHECK_LIBRARY(sqlite3, sqlite3_stmt_readonly,
2222
[
2323
PHP_EVAL_INCLINE($SQLITE_CFLAGS)
24-
PHP_EVAL_LIBLINE($SQLITE_LIBS, SQLITE_SHARED_LIBADD)
24+
PHP_EVAL_LIBLINE($SQLITE_LIBS, SQLITE3_SHARED_LIBADD)
2525
AC_DEFINE(HAVE_SQLITE3, 1, [Define to 1 if you have the sqlite3 extension enabled.])
2626
], [
2727
AC_MSG_ERROR([Please install SQLite 3.7.4 first or check libsqlite3 is present])

0 commit comments

Comments
 (0)