comparison configure.ac @ 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 c7f4e49fce71
children 17a2bcec7ae7
comparison
equal deleted inserted replaced
21512:166b7949be3d 21513:7a9b8bd09a05
928 AM_CONDITIONAL(USE_INTERNAL_LIBGADU, test "x$gadu_libs" != "xyes") 928 AM_CONDITIONAL(USE_INTERNAL_LIBGADU, test "x$gadu_libs" != "xyes")
929 929
930 AC_SUBST(GADU_LIBS) 930 AC_SUBST(GADU_LIBS)
931 AC_SUBST(GADU_CFLAGS) 931 AC_SUBST(GADU_CFLAGS)
932 932
933 AC_ARG_ENABLE(msnp14,[AC_HELP_STRING([--disable-msnp14], [Disable the newer MSNP14 protocol])],,enable_msnp14=yes) 933 # uncomment the next line to make MSNP14 the available
934 # AC_ARG_ENABLE(msnp14,[AC_HELP_STRING([--enable-msnp14], [Disable the newer MSNP14 protocol])],,enable_msnp14=no)
935 enable_msnp14=no
934 936
935 AC_ARG_ENABLE(distrib,,,enable_distrib=no) 937 AC_ARG_ENABLE(distrib,,,enable_distrib=no)
936 AM_CONDITIONAL(DISTRIB, test "x$enable_distrib" = "xyes") 938 AM_CONDITIONAL(DISTRIB, test "x$enable_distrib" = "xyes")
937 DYNAMIC_PRPLS=all 939 DYNAMIC_PRPLS=all
938 AC_ARG_WITH(static-prpls, [AC_HELP_STRING([--with-static-prpls], [Link to certain protocols statically])], [STATIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`], [STATIC_PRPLS=""]) 940 AC_ARG_WITH(static-prpls, [AC_HELP_STRING([--with-static-prpls], [Link to certain protocols statically])], [STATIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`], [STATIC_PRPLS=""])