From: Christian Grothoff Date: Fri, 4 Apr 2014 15:02:07 +0000 (+0000) Subject: -make sqlite3 hard requirement (#3341) X-Git-Tag: initial-import-from-subversion-38251~4330 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=181b6276c283adc1317fa36bfb18c7046522a59b;p=oweals%2Fgnunet.git -make sqlite3 hard requirement (#3341) --- 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