aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
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
1532# sqlite 1532# sqlite
1533if test "x$sqlite" = "x0" 1533if test "x$sqlite" = "x0"
1534then 1534then
1535 AC_MSG_NOTICE([NOTICE: sqlite not found. sqLite support will not be compiled.]) 1535 AC_MSG_ERROR([ERROR: sqlite3 not found, but sqlite3 is required.])
1536fi 1536fi
1537 1537
1538# libgnurl 1538# libgnurl