aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 85d7afa7..c38f1d0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -229,9 +229,9 @@ AC_CHECK_LIB(gnunetecrs,GNUNET_ECRS_uri_to_string,,
229 AC_MSG_ERROR([gnunet-gtk requires ECRS])) 229 AC_MSG_ERROR([gnunet-gtk requires ECRS]))
230AC_CHECK_LIB(gnunetfsui,GNUNET_FSUI_start,, 230AC_CHECK_LIB(gnunetfsui,GNUNET_FSUI_start,,
231 AC_MSG_ERROR([gnunet-gtk requires FSUI])) 231 AC_MSG_ERROR([gnunet-gtk requires FSUI]))
232AC_CHECK_LIB(gnunetgetoption_api,GNUNET_get_daemon_configuration_value,, 232AC_CHECK_LIB(gnunetgetoptionapi,GNUNET_get_daemon_configuration_value,,
233 AC_MSG_ERROR([gnunet-gtk requires getoption])) 233 AC_MSG_ERROR([gnunet-gtk requires getoption]))
234AC_CHECK_LIB(gnunetstats_api,GNUNET_STATS_get_statistics,, 234AC_CHECK_LIB(gnunetstatsapi,GNUNET_STATS_get_statistics,,
235 AC_MSG_ERROR([gnunet-gtk requires stats])) 235 AC_MSG_ERROR([gnunet-gtk requires stats]))
236LIBS=$SAVELIBS 236LIBS=$SAVELIBS
237 237