diff options
author | Christian Grothoff <christian@grothoff.org> | 2014-04-04 15:02:07 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2014-04-04 15:02:07 +0000 |
commit | 181b6276c283adc1317fa36bfb18c7046522a59b (patch) | |
tree | 8389a04ffb69de4ab77f3b2650bbad7ff40e33ca /configure.ac | |
parent | a081b34947d8d2b94efd49c4ff87ae1e650807a5 (diff) |
-make sqlite3 hard requirement (#3341)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |