gnunet-fuse

GNUnet file-sharing directory mounting via FUSE
Log | Files | Refs | Submodules | README | LICENSE

commit 28b735fb19c0469727320b579fee452d00a04513
parent 6e1b6fe85d738f66f2347437d4d5efb7739f91be
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 14 Jun 2008 05:38:08 +0000

fix

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -51,7 +51,7 @@ AC_CHECK_HEADERS([GNUnet/gnunet_util.h GNUnet/gnunet_getoption_lib.h],, AC_CHECK_LIB(gnunetutil,GNUNET_init,, AC_MSG_ERROR([gnunet-fuse requires GNUnet-Util])) -AC_CHECK_LIB(gnunetecrs,GNUNET_ECRS_meta_data_create,, +AC_CHECK_LIB(gnunetecrs,GNUNET_ECRS_file_download_partial,, AC_MSG_ERROR([gnunet-fuse requires ECRS])) CFLAGS="$CFLAGS -Wall -W $GLIB_CFLAGS $FUSE_CFLAGS"