Skip to content

Commit a808eec

Browse files
committed
* src/configure.ac: enable ext when found
1 parent 4776820 commit a808eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ AC_CHECK_LIB([sqlite3], [sqlite3_enable_load_extension],
183183
[HAVE_SQLITE3_ENABLE_LOAD_EXTENSION=yes],
184184
[HAVE_SQLITE3_ENABLE_LOAD_EXTENSION=no])
185185

186-
if test "$HAVE_SQLITE3_ENABLE_LOAD_EXTENSION" == "no"; then
186+
if test "$HAVE_SQLITE3_ENABLE_LOAD_EXTENSION" == "yes"; then
187187
AC_DEFINE([HAVE_SQLITE3_ENABLE_LOAD_EXTENSION],[],[sql3_enable_extension is available])
188188
fi
189189

0 commit comments

Comments
 (0)