diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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])) |
236 | AC_CHECK_LIB(gnunetgetoption_api,GNUNET_get_daemon_configuration_value,, | 236 | AC_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])) |
238 | AC_CHECK_LIB(gnunetstats_api,GNUNET_STATS_getStatistics,, | 238 | AC_CHECK_LIB(gnunetstats_api,GNUNET_STATS_get_statistics,, |
239 | AC_MSG_ERROR([gnunet-gtk requires stats])) | 239 | AC_MSG_ERROR([gnunet-gtk requires stats])) |
240 | LIBS=$SAVELIBS | 240 | LIBS=$SAVELIBS |
241 | 241 | ||