diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6ea95695..bf2ae65c 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -130,6 +130,8 @@ AC_CHECK_HEADERS([errno.h stdio.h unistd.h locale.h sys/stat.h sys/types.h langi | |||
130 | 130 | ||
131 | AC_CHECK_FUNCS([getpwnam]) | 131 | AC_CHECK_FUNCS([getpwnam]) |
132 | 132 | ||
133 | AC_CHECK_DECLS([_stati64], [], [], [[#include <sys/stat.h>]]) | ||
134 | |||
133 | GNUNET_FS_APP="" | 135 | GNUNET_FS_APP="" |
134 | AC_ARG_ENABLE([fs-app], | 136 | AC_ARG_ENABLE([fs-app], |
135 | AS_HELP_STRING([--disable-fs-app],[Do not build gnunet-fs-gtk application])) | 137 | AS_HELP_STRING([--disable-fs-app],[Do not build gnunet-fs-gtk application])) |