gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5833 - GNUnet


From: gnunet
Subject: [GNUnet-SVN] r5833 - GNUnet
Date: Sun, 9 Dec 2007 14:34:07 -0700 (MST)

Author: grothoff
Date: 2007-12-09 14:34:07 -0700 (Sun, 09 Dec 2007)
New Revision: 5833

Modified:
   GNUnet/configure.ac
Log:
update end-user warnings

Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2007-12-09 21:31:23 UTC (rev 5832)
+++ GNUnet/configure.ac 2007-12-09 21:34:07 UTC (rev 5833)
@@ -800,6 +800,13 @@
   AC_MSG_NOTICE([NOTICE: MySQL found, but too old. MySQL support will not be 
compiled.])
 fi
 
+# sqlite
+if test "x$sqlite" = "x0"
+then
+  AC_MSG_NOTICE([NOTICE: sqlite not found.  sqLite support will not be 
compiled.])
+fi
+
+
 if test "$dialog" != 1
 then
  AC_MSG_NOTICE([NOTICE: curses based gnunet-setup frontends will not be 
installed.])
@@ -834,12 +841,6 @@
  AC_MSG_NOTICE([WARNING: GNU adns not found, will use synchronous DNS 
resolution.])
 fi
 
-# sqlite
-if test "x$sqlite" = "x0"
-then
-  AC_MSG_NOTICE([WARNING: sqlite not found, this will cause problems with 
file-sharing.])
-fi
-
 AC_MSG_NOTICE([********************************************
 You can build GNUnet with
        make install





reply via email to

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