From 0b6364973566d4391667953b6741653538fe5728 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