commit 79536c5fdc37eca271c04a9b68c8f96ceee7aa87
parent ce0947f879db9abf1dfda705becc69c800cb896d
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 3 Jun 2012 15:10:39 +0000
-check for fuse.h
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -111,14 +111,15 @@ AM_GNU_GETTEXT([external])
AC_CHECK_HEADERS([errno.h stdio.h unistd.h locale.h sys/stat.h sys/types.h langinfo.h libintl.h unistd.h stddef.h argz.h sys/socket.h netinet/in.h stdarg.h])
+backup_LIBS="$LIBS"
+backup_CFLAGS="$CFLAGS "
+backup_CPPFLAGS="$CPPFLAGS"
+CFLAGS="-D_FILE_OFFSET_BITS=64"
AC_CHECK_HEADERS([fuse.h],,AC_MSG_ERROR([gnunet-fuse requires fuse.h]))
# test for GNUnet core
gnunet=0
lookin=${prefix}
-backup_LIBS="$LIBS"
-backup_CFLAGS="$CFLAGS "
-backup_CPPFLAGS="$CPPFLAGS"
GNUNET_CFLAGS=""
GNUNET_CPPFLAGS=""
GNUNET_LIBS=""