gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32895 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r32895 - gnunet
Date: Fri, 4 Apr 2014 17:02:07 +0200

Author: grothoff
Date: 2014-04-04 17:02:07 +0200 (Fri, 04 Apr 2014)
New Revision: 32895

Modified:
   gnunet/configure.ac
Log:
-make sqlite3 hard requirement (#3341)

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2014-04-04 14:55:35 UTC (rev 32894)
+++ gnunet/configure.ac 2014-04-04 15:02:07 UTC (rev 32895)
@@ -1532,7 +1532,7 @@
 # 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]