diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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])) |
230 | AC_CHECK_LIB(gnunetfsui,GNUNET_FSUI_start,, | 230 | AC_CHECK_LIB(gnunetfsui,GNUNET_FSUI_start,, |
231 | AC_MSG_ERROR([gnunet-gtk requires FSUI])) | 231 | AC_MSG_ERROR([gnunet-gtk requires FSUI])) |
232 | AC_CHECK_LIB(gnunetgetoption_api,GNUNET_get_daemon_configuration_value,, | 232 | AC_CHECK_LIB(gnunetgetoptionapi,GNUNET_get_daemon_configuration_value,, |
233 | AC_MSG_ERROR([gnunet-gtk requires getoption])) | 233 | AC_MSG_ERROR([gnunet-gtk requires getoption])) |
234 | AC_CHECK_LIB(gnunetstats_api,GNUNET_STATS_get_statistics,, | 234 | AC_CHECK_LIB(gnunetstatsapi,GNUNET_STATS_get_statistics,, |
235 | AC_MSG_ERROR([gnunet-gtk requires stats])) | 235 | AC_MSG_ERROR([gnunet-gtk requires stats])) |
236 | LIBS=$SAVELIBS | 236 | LIBS=$SAVELIBS |
237 | 237 | ||