-make sqlite3 hard requirement (#3341)
authorChristian Grothoff <christian@grothoff.org>
Fri, 4 Apr 2014 15:02:07 +0000 (15:02 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 4 Apr 2014 15:02:07 +0000 (15:02 +0000)
configure.ac

index 93795211755457da7c97d86ad37e8e8d5117350e..8139cc2d53cbe736003d0e95b8fba926f7f4592a 100644 (file)
@@ -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