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 f9f152d1..982b73bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -221,7 +221,7 @@ AC_CHECK_HEADERS([GNUnet/gnunet_ecrs_lib.h GNUnet/gnunet_fsui_lib.h GNUnet/gnune
221SAVELIBS=$LIBS 221SAVELIBS=$LIBS
222AC_CHECK_LIB(gnunetutil,GNUNET_GE_LOG,, 222AC_CHECK_LIB(gnunetutil,GNUNET_GE_LOG,,
223 AC_MSG_ERROR([gnunet-gtk requires libgnunetutil])) 223 AC_MSG_ERROR([gnunet-gtk requires libgnunetutil]))
224AC_CHECK_LIB(gnunetecrs,GNUNET_ECRS_meta_data_create,, 224AC_CHECK_LIB(gnunetecrs,GNUNET_ECRS_uri_to_string,,
225 AC_MSG_ERROR([gnunet-gtk requires ECRS])) 225 AC_MSG_ERROR([gnunet-gtk requires ECRS]))
226AC_CHECK_LIB(gnunetfsui,GNUNET_FSUI_start,, 226AC_CHECK_LIB(gnunetfsui,GNUNET_FSUI_start,,
227 AC_MSG_ERROR([gnunet-gtk requires FSUI])) 227 AC_MSG_ERROR([gnunet-gtk requires FSUI]))