aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-11-29 16:22:37 +0000
committerChristian Grothoff <christian@grothoff.org>2007-11-29 16:22:37 +0000
commita547118f2cbb827ecc50133e617b8bd4649f29af (patch)
treedb696d8d85feef9b099fec414bd77fa5926b5383
parent8cd9f01058327cce1490da14defd8b1233db0ab4 (diff)
downloadgnunet-gtk-a547118f2cbb827ecc50133e617b8bd4649f29af.tar.gz
gnunet-gtk-a547118f2cbb827ecc50133e617b8bd4649f29af.zip
fixing mantis 1295
-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,,