aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-09 20:07:53 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-09 20:07:53 +0000
commitb94f48844921120496cabc01922d2bf2d3df4ebd (patch)
treeb78a818f80c9a5af5c3e686e866ff8dcea0b7347 /configure.ac
parent85cedb64bf8c86e28e4df52a5b342274f7454599 (diff)
downloadgnunet-gtk-b94f48844921120496cabc01922d2bf2d3df4ebd.tar.gz
gnunet-gtk-b94f48844921120496cabc01922d2bf2d3df4ebd.zip
-fix fs build
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5f184603..052437cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -129,9 +129,9 @@ GNUNET_GNS_APP=""
129AC_ARG_ENABLE([gns-app], 129AC_ARG_ENABLE([gns-app],
130 AS_HELP_STRING([--disable-gns-app],[Do not build gnunet-gns-gtk application])) 130 AS_HELP_STRING([--disable-gns-app],[Do not build gnunet-gns-gtk application]))
131AS_IF([test "x$enable_gns_app" != "xno"], [ 131AS_IF([test "x$enable_gns_app" != "xno"], [
132 GNUNET_FS_APP="gns" 132 GNUNET_GNS_APP="gns"
133]) 133])
134AC_SUBST(GNUNET_FS_APP) 134AC_SUBST(GNUNET_GNS_APP)
135 135
136GNUNET_SETUP_APP="" 136GNUNET_SETUP_APP=""
137AC_ARG_ENABLE([setup-app], 137AC_ARG_ENABLE([setup-app],