Fixed configure bug in Linux.

This commit is contained in:
Stephen Anthony 2020-12-15 21:08:05 -03:30
parent 4318d01216
commit 0b63649735
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -669,7 +669,7 @@ fi
#
echocheck "SQLite"
_sqlite=no
if test $_sqlite_builtin != yes ; then
if test "$_sqlite_builtin" != yes ; then
cat > $TMPC << EOF
#include <stdio.h>
#include <sqlite3.h>