[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/kopete/dev-0.12/kopete/protocols/sms/services
From:       Justin Huff <jjhuff () mspin ! net>
Date:       2005-12-01 3:51:26
Message-ID: 1133409086.623694.31012.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 484499 by jjhuff:

Enable the GSM SMS protocol by default if gsmlib is found.



 M  +3 -3      configure.in.in  


--- branches/work/kopete/dev-0.12/kopete/protocols/sms/services/configure.in.in #484498:484499
@@ -1,9 +1,9 @@
 AC_LANG_PUSH(C++)
 # Let the user disable the GSM SMS plugin
-AC_ARG_ENABLE(smsgsm-plugin,
-      AC_HELP_STRING([--enable-smsgsm-plugin], [build the Kopete GSM SMS plugin @<:@default=no@:>@]),
+AC_ARG_ENABLE(smsgsm,
+      AC_HELP_STRING([--disable-smsgsm], [disable the GSM SMS protocol]),
       [compile_smsgsm=$enableval],
-      [compile_smsgsm=no]
+      [compile_smsgsm=yes]
       )
 
 ac_save_LIBS="$LIBS"
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic