From 181b6276c283adc1317fa36bfb18c7046522a59b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 4 Apr 2014 15:02:07 +0000 Subject: -make sqlite3 hard requirement (#3341) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 937952117..8139cc2d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1532,7 +1532,7 @@ fi # sqlite if test "x$sqlite" = "x0" then - AC_MSG_NOTICE([NOTICE: sqlite not found. sqLite support will not be compiled.]) + AC_MSG_ERROR([ERROR: sqlite3 not found, but sqlite3 is required.]) fi # libgnurl -- cgit v1.2.3