gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5778 - gnunet-gtk


From: gnunet
Subject: [GNUnet-SVN] r5778 - gnunet-gtk
Date: Sun, 25 Nov 2007 13:30:34 -0700 (MST)

Author: grothoff
Date: 2007-11-25 13:30:33 -0700 (Sun, 25 Nov 2007)
New Revision: 5778

Modified:
   gnunet-gtk/configure.ac
Log:
fix

Modified: gnunet-gtk/configure.ac
===================================================================
--- gnunet-gtk/configure.ac     2007-11-25 20:27:54 UTC (rev 5777)
+++ gnunet-gtk/configure.ac     2007-11-25 20:30:33 UTC (rev 5778)
@@ -188,14 +188,14 @@
         ;;
       yes)
         AC_CHECK_HEADERS(GNUnet/gnunet_util.h,
-          AC_CHECK_LIB([gnunetutil], [GC_free],
+          AC_CHECK_LIB([gnunetutil], [GNUNET_GC_free],
             gnunet=1))
         ;;
       *)
         LDFLAGS="-L$with_gnunet/lib $LDFLAGS"
         CPPFLAGS="-I$with_gnunet/include $CPPFLAGS"
         AC_CHECK_HEADERS(GNUnet/gnunet_util.h,
-          AC_CHECK_LIB([gnunetutil], [GC_free],
+          AC_CHECK_LIB([gnunetutil], [GNUNET_GC_free],
             EXT_LIB_PATH="-L$with_gnunet/lib $EXT_LIB_PATH"
             gnunet=1))
         ;;
@@ -203,7 +203,7 @@
    ],
    [AC_MSG_RESULT([--with-gnunet not specified])
     AC_CHECK_HEADERS(gnunet_util.h,
-     AC_CHECK_LIB([GNUnet/gnunet_util.h], [GC_free],
+     AC_CHECK_LIB([GNUnet/gnunet_util.h], [GNUNET_GC_free],
       gnunet=1))])
 
 # if GNUnet was not found, try in /usr/local
@@ -214,7 +214,7 @@
   LDFLAGS="-L$with_gnunet/lib $LDFLAGS"
   CPPFLAGS="-I$with_gnunet/include $CPPFLAGS"
   AC_CHECK_HEADERS(GNUnet/gnunet_util.h,
-  AC_CHECK_LIB([gnunetutil], [GC_free],
+  AC_CHECK_LIB([gnunetutil], [GNUNET_GC_free],
   EXT_LIB_PATH="-L$with_gnunet/lib $EXT_LIB_PATH"
   gnunet=1))
 fi
@@ -229,13 +229,13 @@
 SAVELIBS=$LIBS
 AC_CHECK_LIB(gnunetutil,GE_LOG,,
              AC_MSG_ERROR([gnunet-gtk requires GNUnet-Util]))
-AC_CHECK_LIB(gnunetecrs,ECRS_createMetaData,,
+AC_CHECK_LIB(gnunetecrs,GNUNET_ECRS_meta_data_create,,
              AC_MSG_ERROR([gnunet-gtk requires ECRS]))
-AC_CHECK_LIB(gnunetfsui,FSUI_start,,
+AC_CHECK_LIB(gnunetfsui,GNUNET_FSUI_start,,
              AC_MSG_ERROR([gnunet-gtk requires FSUI]))
-AC_CHECK_LIB(gnunetgetoption_api,getConfigurationOptionValue,,
+AC_CHECK_LIB(gnunetgetoption_api,GNUNET_get_daemon_configuration_value,,
              AC_MSG_ERROR([gnunet-gtk requires getoption]))
-AC_CHECK_LIB(gnunetstats_api,STATS_getStatistics,,
+AC_CHECK_LIB(gnunetstats_api,GNUNET_STATS_getStatistics,,
              AC_MSG_ERROR([gnunet-gtk requires stats]))
 LIBS=$SAVELIBS
 





reply via email to

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