aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-04-04 15:02:07 +0000
committerChristian Grothoff <christian@grothoff.org>2014-04-04 15:02:07 +0000
commit181b6276c283adc1317fa36bfb18c7046522a59b (patch)
tree8389a04ffb69de4ab77f3b2650bbad7ff40e33ca
parenta081b34947d8d2b94efd49c4ff87ae1e650807a5 (diff)
downloadgnunet-181b6276c283adc1317fa36bfb18c7046522a59b.tar.gz
gnunet-181b6276c283adc1317fa36bfb18c7046522a59b.zip
-make sqlite3 hard requirement (#3341)
-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