changeset 21513:7a9b8bd09a05

MSNP9 is now the default, with no ./configure option for anything else. ping me on irc/im/email if you want to know the easiest way to install msnp14 to help fix it.
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 15 Nov 2007 02:22:02 +0000
parents 166b7949be3d
children aa89e649641a
files configure.ac
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Nov 14 23:09:03 2007 +0000
+++ b/configure.ac	Thu Nov 15 02:22:02 2007 +0000
@@ -930,7 +930,9 @@
 AC_SUBST(GADU_LIBS)
 AC_SUBST(GADU_CFLAGS)
 
-AC_ARG_ENABLE(msnp14,[AC_HELP_STRING([--disable-msnp14], [Disable the newer MSNP14 protocol])],,enable_msnp14=yes)
+# 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(distrib,,,enable_distrib=no)
 AM_CONDITIONAL(DISTRIB, test "x$enable_distrib" = "xyes")