aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-10-07 15:02:25 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-10-07 15:02:25 +0000
commitc6417681545b2b97b5a427843bd73446c333f3e2 (patch)
tree4fe9bedd5e7b039daab71146d38e4f8738120869
parentd8a120f7d560cb8815be2177d6fc82f3efb96708 (diff)
downloadgnunet-gtk-c6417681545b2b97b5a427843bd73446c333f3e2.tar.gz
gnunet-gtk-c6417681545b2b97b5a427843bd73446c333f3e2.zip
fix
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b3df4f24..e87173ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -332,7 +332,7 @@ CPPFLAGS="$backup_CPPFLAGS"
332 332
333SAVELIBS=$LIBS 333SAVELIBS=$LIBS
334LIBS="$GNUNET_LIBS $LIBS" 334LIBS="$GNUNET_LIBS $LIBS"
335AC_CHECK_LIB(gnunetutil,GNUNET_log,, 335AC_CHECK_LIB(gnunetutil,GNUNET_log_setup,,
336 AC_MSG_ERROR([gnunet-gtk requires libgnunetutil])) 336 AC_MSG_ERROR([gnunet-gtk requires libgnunetutil]))
337AC_CHECK_LIB(gnunetfs,GNUNET_FS_uri_to_string,, 337AC_CHECK_LIB(gnunetfs,GNUNET_FS_uri_to_string,,
338 AC_MSG_ERROR([gnunet-gtk requires FS])) 338 AC_MSG_ERROR([gnunet-gtk requires FS]))