diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 16 |
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 | ]) |
156 | AC_SUBST(GNUNET_PEERINFO_APP) | 156 | AC_SUBST(GNUNET_PEERINFO_APP) |
157 | 157 | ||
158 | GNUNET_CONVERSATION_APP="" | ||
159 | AC_ARG_ENABLE([conversation-app], | ||
160 | AS_HELP_STRING([--disable-conversation-app],[Do not build gnunet-conversation-gtk application])) | ||
161 | AS_IF([test "x$enable_conversation_app" != "xno"], [ | ||
162 | GNUNET_CONVERSATION_APP="conversation" | ||
163 | ]) | ||
164 | AC_SUBST(GNUNET_CONVERSATION_APP) | ||
165 | |||
166 | 158 | ||
167 | # test for libextractor | 159 | # test for libextractor |
168 | extractor=0 | 160 | extractor=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 | ||
196 | GNUNET_CONVERSATION_APP="" | ||
197 | AC_ARG_ENABLE([conversation-app], | ||
198 | AS_HELP_STRING([--disable-conversation-app],[Do not build gnunet-conversation-gtk application])) | ||
199 | AS_IF([test "x$enable_conversation_app" != "xno" -a "x$extractor" == "x1"], [ | ||
200 | GNUNET_CONVERSATION_APP="conversation" | ||
201 | ]) | ||
202 | AC_SUBST(GNUNET_CONVERSATION_APP) | ||
203 | |||
204 | 204 | ||
205 | # test for libqrencode | 205 | # test for libqrencode |
206 | qrencode=0 | 206 | qrencode=0 |