aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 8 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 0b66cb9e..dc18cc98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -155,14 +155,6 @@ AS_IF([test "x$enable_peerinfo_app" != "xno"], [
155]) 155])
156AC_SUBST(GNUNET_PEERINFO_APP) 156AC_SUBST(GNUNET_PEERINFO_APP)
157 157
158GNUNET_CONVERSATION_APP=""
159AC_ARG_ENABLE([conversation-app],
160 AS_HELP_STRING([--disable-conversation-app],[Do not build gnunet-conversation-gtk application]))
161AS_IF([test "x$enable_conversation_app" != "xno"], [
162 GNUNET_CONVERSATION_APP="conversation"
163])
164AC_SUBST(GNUNET_CONVERSATION_APP)
165
166 158
167# test for libextractor 159# test for libextractor
168extractor=0 160extractor=0
@@ -201,6 +193,14 @@ AS_IF([test "$extractor" != 1],
201 AC_DEFINE([HAVE_LIBEXTRACTOR],[1],[Have libextractor]) 193 AC_DEFINE([HAVE_LIBEXTRACTOR],[1],[Have libextractor])
202]) 194])
203 195
196GNUNET_CONVERSATION_APP=""
197AC_ARG_ENABLE([conversation-app],
198 AS_HELP_STRING([--disable-conversation-app],[Do not build gnunet-conversation-gtk application]))
199AS_IF([test "x$enable_conversation_app" != "xno" -a "x$extractor" == "x1"], [
200 GNUNET_CONVERSATION_APP="conversation"
201])
202AC_SUBST(GNUNET_CONVERSATION_APP)
203
204 204
205# test for libqrencode 205# test for libqrencode
206qrencode=0 206qrencode=0