gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet-gtk] branch master updated: autoconf: check for new


From: gnunet
Subject: [GNUnet-SVN] [gnunet-gtk] branch master updated: autoconf: check for new core API
Date: Tue, 10 Jan 2017 04:46:37 +0100

This is an automated email from the git hooks/post-receive script.

daniel-golle pushed a commit to branch master
in repository gnunet-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new 2aae42ba autoconf: check for new core API
2aae42ba is described below

commit 2aae42baf7128fa998a280ef989ee9b27a6c4152
Author: Daniel Golle <address@hidden>
AuthorDate: Tue Jan 10 04:41:59 2017 +0100

    autoconf: check for new core API
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 196ad860..10777eae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -482,7 +482,7 @@ AC_CHECK_LIB(gnunetfs,GNUNET_FS_uri_to_string,,
              AC_MSG_ERROR([gnunet-gtk requires FS]))
 AC_CHECK_LIB(gnunetstatistics,GNUNET_STATISTICS_get,,
              AC_MSG_ERROR([gnunet-gtk requires STATISTICS]))
-AC_CHECK_LIB(gnunetcore,GNUNET_CORE_connect,,
+AC_CHECK_LIB(gnunetcore,GNUNET_CORE_connecT,,
              AC_MSG_ERROR([gnunet-gtk requires CORE]))
 AC_CHECK_LIB(gladeui-1,glade_xml_node_new, [],
              [

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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