aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 649cab8b..afe05efb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -210,7 +210,7 @@ AC_CHECK_LIB(gnunetfsui,FSUI_start,,
210 AC_MSG_ERROR([gnunet-gtk requires FSUI])) 210 AC_MSG_ERROR([gnunet-gtk requires FSUI]))
211AC_CHECK_LIB(gnunetgetoption_api,getConfigurationOptionValue,, 211AC_CHECK_LIB(gnunetgetoption_api,getConfigurationOptionValue,,
212 AC_MSG_ERROR([gnunet-gtk requires getoption])) 212 AC_MSG_ERROR([gnunet-gtk requires getoption]))
213AC_CHECK_LIB(gnunetstats_api,requestStatistics,, 213AC_CHECK_LIB(gnunetstats_api,STATS_getStatistics,,
214 AC_MSG_ERROR([gnunet-gtk requires stats])) 214 AC_MSG_ERROR([gnunet-gtk requires stats]))
215LIBS=$SAVELIBS 215LIBS=$SAVELIBS
216 216