aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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
131AC_CHECK_FUNCS([getpwnam]) 131AC_CHECK_FUNCS([getpwnam])
132 132
133AC_CHECK_DECLS([_stati64], [], [], [[#include <sys/stat.h>]])
134
133GNUNET_FS_APP="" 135GNUNET_FS_APP=""
134AC_ARG_ENABLE([fs-app], 136AC_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]))