gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5147 - in GNUnet: . src/applications/sqstore_mysql_embedde


From: gnunet
Subject: [GNUnet-SVN] r5147 - in GNUnet: . src/applications/sqstore_mysql_embedded
Date: Mon, 25 Jun 2007 20:53:36 -0600 (MDT)

Author: grothoff
Date: 2007-06-25 20:53:36 -0600 (Mon, 25 Jun 2007)
New Revision: 5147

Modified:
   GNUnet/configure.ac
   GNUnet/src/applications/sqstore_mysql_embedded/Makefile.am
Log:
fix

Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2007-06-26 02:36:27 UTC (rev 5146)
+++ GNUnet/configure.ac 2007-06-26 02:53:36 UTC (rev 5147)
@@ -706,26 +706,20 @@
 
 AC_MSG_NOTICE([NOTICE: Database support is set to MySQL: $mysql, SQLite: 
$sqlite])
 
-# sqlite
-if test "x$sqlite" = "x0"
-then
-  AC_MSG_NOTICE([WARNING: sqlite not found, this will cause problems with 
file-sharing.]
-fi
-
 # guile
 if test "x$guile" = "x0"
 then
-  AC_MSG_NOTICE([NOTICE: Guile not found, gnunet-download-manager will not be 
installed.])
-fi
-
-if test "$guile" != 1
-then
+ AC_MSG_NOTICE([NOTICE: Guile not found, gnunet-download-manager will not be 
installed.])
  AC_MSG_NOTICE([WARNING: Guile not found, gnunet-setup will not be installed.])
 fi
 
-
 if test "$adns" != 1
 then
  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

Modified: GNUnet/src/applications/sqstore_mysql_embedded/Makefile.am
===================================================================
--- GNUnet/src/applications/sqstore_mysql_embedded/Makefile.am  2007-06-26 
02:36:27 UTC (rev 5146)
+++ GNUnet/src/applications/sqstore_mysql_embedded/Makefile.am  2007-06-26 
02:53:36 UTC (rev 5147)
@@ -6,7 +6,7 @@
  $(top_builddir)/src/util/libgnunetutil.la 
 
 plugin_LTLIBRARIES = \
-  libgnunetmodule_sqstore_mysql.la
+  libgnunetmodule_sqstore_mysql_embedded.la
 
 check_PROGRAMS = \
   mysqltest \
@@ -21,12 +21,12 @@
 
 AM_CPPFLAGS = $(CPPFLAGS) $(MYSQL_CPPFLAGS)
 
-libgnunetmodule_sqstore_mysql_la_SOURCES = \
+libgnunetmodule_sqstore_mysql_embedded_la_SOURCES = \
   mysql.c 
-libgnunetmodule_sqstore_mysql_la_LDFLAGS = \
+libgnunetmodule_sqstore_mysql_embedded_la_LDFLAGS = \
   -export-dynamic -avoid-version -module \
   $(MYSQL_LDFLAGS)
-libgnunetmodule_sqstore_mysql_la_LIBADD = \
+libgnunetmodule_sqstore_mysql_embedded_la_LIBADD = \
  $(top_builddir)/src/util/libgnunetutil.la \
  -lmysqld $(ZLIB_LNK)
 





reply via email to

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