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 44c741e6..0a5e1c4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -227,8 +227,8 @@ AC_CHECK_HEADERS([GNUnet/gnunet_ecrs_lib.h GNUnet/gnunet_fsui_lib.h GNUnet/gnune
227 AC_MSG_ERROR([compiling gnunet-gtk requires GNUnet core headers])) 227 AC_MSG_ERROR([compiling gnunet-gtk requires GNUnet core headers]))
228 228
229SAVELIBS=$LIBS 229SAVELIBS=$LIBS
230AC_CHECK_LIB(gnunetutil,GE_LOG,, 230AC_CHECK_LIB(gnunetutil,GNUNET_GE_LOG,,
231 AC_MSG_ERROR([gnunet-gtk requires GNUnet-Util])) 231 AC_MSG_ERROR([gnunet-gtk requires libgnunetutil]))
232AC_CHECK_LIB(gnunetecrs,GNUNET_ECRS_meta_data_create,, 232AC_CHECK_LIB(gnunetecrs,GNUNET_ECRS_meta_data_create,,
233 AC_MSG_ERROR([gnunet-gtk requires ECRS])) 233 AC_MSG_ERROR([gnunet-gtk requires ECRS]))
234AC_CHECK_LIB(gnunetfsui,GNUNET_FSUI_start,, 234AC_CHECK_LIB(gnunetfsui,GNUNET_FSUI_start,,