[smuxi] Build: enable STFL frontend build by default



commit 1880f619977d12f5281ba2ebf0b4425e1ca9c243
Author: Mirco Bauer <meebey meebey net>
Date:   Sat Mar 22 21:56:56 2014 +0100

    Build: enable STFL frontend build by default

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index cd8578b..a062bb6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -622,9 +622,9 @@ AM_CONDITIONAL(ENABLE_FRONTEND_GNOME_TWITTER, test "x$ENABLE_FRONTEND_GNOME_TWIT
 AM_CONDITIONAL(ENABLE_FRONTEND_GNOME_XMPP, test "x$ENABLE_FRONTEND_GNOME_XMPP" = "xyes")
 
 AC_ARG_ENABLE([frontend-stfl],
-       AC_HELP_STRING([--enable-frontend-stfl], [Enable STFL frontend (default no)]),
+       AC_HELP_STRING([--enable-frontend-stfl], [Enable STFL frontend (default yes)]),
        ENABLE_FRONTEND_STFL=$enableval,
-       ENABLE_FRONTEND_STFL=no
+       ENABLE_FRONTEND_STFL=yes
 )
 if test "x$ENABLE_FRONTEND_STFL" != "xno"; then
        PKG_CHECK_MODULES([STFL], [stfl >= 0.21])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]