changeset 27739:b19dd24f2735

allow to enable msnp14.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 25 Nov 2007 08:25:36 +0000
parents a690c91ccbd4
children ae8a9f2866bd
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sun Nov 25 08:22:31 2007 +0000
+++ b/configure.ac	Sun Nov 25 08:25:36 2007 +0000
@@ -934,8 +934,8 @@
 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], [Disable the newer MSNP14 protocol])],,enable_msnp14=no)
+#enable_msnp14=no
 
 AC_ARG_ENABLE(distrib,,,enable_distrib=no)
 AM_CONDITIONAL(DISTRIB, test "x$enable_distrib" = "xyes")