diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 60867c5a..63f6a017 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -154,13 +154,13 @@ AC_ARG_ENABLE([peerinfo-app], | |||
154 | AS_IF([test "x$enable_peerinfo_app" != "xno"], [ | 154 | AS_IF([test "x$enable_peerinfo_app" != "xno"], [ |
155 | GNUNET_PEERINFO_APP="peerinfo" | 155 | GNUNET_PEERINFO_APP="peerinfo" |
156 | ]) | 156 | ]) |
157 | AC_SUBST(GNUNET_CONVERSATION_APP) | 157 | AC_SUBST(GNUNET_PEERINFO_APP) |
158 | 158 | ||
159 | GNUNET_PEERINFO_APP="" | 159 | GNUNET_CONVERSATION_APP="" |
160 | AC_ARG_ENABLE([conversation-app], | 160 | AC_ARG_ENABLE([conversation-app], |
161 | AS_HELP_STRING([--disable-conversation-app],[Do not build gnunet-conversation-gtk application])) | 161 | AS_HELP_STRING([--disable-conversation-app],[Do not build gnunet-conversation-gtk application])) |
162 | AS_IF([test "x$enable_conversation_app" != "xno"], [ | 162 | AS_IF([test "x$enable_conversation_app" != "xno"], [ |
163 | GNUNET_PEERINFO_APP="conversation" | 163 | GNUNET_CONVERSATION_APP="conversation" |
164 | ]) | 164 | ]) |
165 | AC_SUBST(GNUNET_CONVERSATION_APP) | 165 | AC_SUBST(GNUNET_CONVERSATION_APP) |
166 | 166 | ||