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 0a5e1c4c..11b8f450 100644
--- a/configure.ac
+++ b/configure.ac
@@ -235,7 +235,7 @@ AC_CHECK_LIB(gnunetfsui,GNUNET_FSUI_start,,
235 AC_MSG_ERROR([gnunet-gtk requires FSUI])) 235 AC_MSG_ERROR([gnunet-gtk requires FSUI]))
236AC_CHECK_LIB(gnunetgetoption_api,GNUNET_get_daemon_configuration_value,, 236AC_CHECK_LIB(gnunetgetoption_api,GNUNET_get_daemon_configuration_value,,
237 AC_MSG_ERROR([gnunet-gtk requires getoption])) 237 AC_MSG_ERROR([gnunet-gtk requires getoption]))
238AC_CHECK_LIB(gnunetstats_api,GNUNET_STATS_getStatistics,, 238AC_CHECK_LIB(gnunetstats_api,GNUNET_STATS_get_statistics,,
239 AC_MSG_ERROR([gnunet-gtk requires stats])) 239 AC_MSG_ERROR([gnunet-gtk requires stats]))
240LIBS=$SAVELIBS 240LIBS=$SAVELIBS
241 241