changeset 27752:2de9ab207c8e

tweak configure message for msnp14.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 15 Dec 2007 14:46:08 +0000
parents 972cfb5baaf5
children 0d60830ab85f
files configure.ac
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sat Dec 15 14:28:56 2007 +0000
+++ b/configure.ac	Sat Dec 15 14:46:08 2007 +0000
@@ -889,8 +889,7 @@
 AC_SUBST(GADU_CFLAGS)
 
 # uncomment the next line to make MSNP14 the available
-AC_ARG_ENABLE(msnp14,[AC_HELP_STRING([--enable-msnp14], [Disable the newer MSNP14 protocol])],,enable_msnp14=no)
-#enable_msnp14=no
+AC_ARG_ENABLE(msnp14,[AC_HELP_STRING([--enable-msnp14], [Enable the newer MSNP14 protocol])],,enable_msnp14=no)
 
 AC_ARG_ENABLE(distrib,,,enable_distrib=no)
 AM_CONDITIONAL(DISTRIB, test "x$enable_distrib" = "xyes")