# HG changeset patch # User Yoshiki Yazawa # Date 1195979136 0 # Node ID b19dd24f2735113fb6bef876ab246ed8e7a7bf6f # Parent a690c91ccbd4efa0700d38b998f870d243911760 allow to enable msnp14. diff -r a690c91ccbd4 -r b19dd24f2735 configure.ac --- 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")