From f579af5a901919c5140156f0766a099367d93cf3 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Tue, 15 Dec 2020 21:08:05 -0330 Subject: [PATCH] Fixed configure bug in Linux. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 0d57ea30b..2ba2ef7e0 100755 --- a/configure +++ b/configure @@ -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 #include