Mercurial > pidgin
comparison configure.ac @ 23532:62e2869e8e3d
MSNP15 is here! Hopefully I didn't break anything. Sorry for the ton of
mail here.
Fixes #3264. Fixes #3939. Fixes #4332. Fixes #4339. Fixes #4875
Fixes #4877. Fixes #5379. Fixes #5545. Fixes #5984. Fixes #6210.
Fixes #6257. Fixes #5212, I hope.
Somewhere or other, this also fixes #4876.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sun, 13 Jul 2008 07:14:37 +0000 |
parents | 9ad75be23c93 |
children | 6083c36f68d6 e23b447aa5ca |
comparison
equal
deleted
inserted
replaced
23531:aff6c3a192a8 | 23532:62e2869e8e3d |
---|---|
975 AM_CONDITIONAL(USE_INTERNAL_LIBGADU, test "x$gadu_libs" != "xyes") | 975 AM_CONDITIONAL(USE_INTERNAL_LIBGADU, test "x$gadu_libs" != "xyes") |
976 | 976 |
977 AC_SUBST(GADU_LIBS) | 977 AC_SUBST(GADU_LIBS) |
978 AC_SUBST(GADU_CFLAGS) | 978 AC_SUBST(GADU_CFLAGS) |
979 | 979 |
980 # change the next line to make MSNP14 the default (s/enable/disable/; s/no/yes/;) | 980 # change the next line to not make MSNP15 the default (s/disable/enable/; s/yes/no/;) |
981 AC_ARG_ENABLE(msnp14,[AC_HELP_STRING([--enable-msnp14], [Enable the newer MSNP14 protocol (unsupported)])],,enable_msnp14=no) | 981 AC_ARG_ENABLE(msnp15,[AC_HELP_STRING([--disable-msnp15], [Disable the newer MSNP15 protocol])],enable_msnp15=$enableval,enable_msnp15=yes) |
982 | 982 |
983 AC_ARG_ENABLE(distrib,,,enable_distrib=no) | 983 AC_ARG_ENABLE(distrib,,,enable_distrib=no) |
984 AM_CONDITIONAL(DISTRIB, test "x$enable_distrib" = "xyes") | 984 AM_CONDITIONAL(DISTRIB, test "x$enable_distrib" = "xyes") |
985 DYNAMIC_PRPLS=all | 985 DYNAMIC_PRPLS=all |
986 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=""]) | 986 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=""]) |
995 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/sametime//'` | 995 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/sametime//'` |
996 fi | 996 fi |
997 if test "x$avahiincludes" != "xyes" -o "x$avahilibs" != "xyes"; then | 997 if test "x$avahiincludes" != "xyes" -o "x$avahilibs" != "xyes"; then |
998 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/bonjour//'` | 998 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/bonjour//'` |
999 fi | 999 fi |
1000 if test "x$enable_msnp14" != "xyes" ; then | 1000 if test "x$enable_msnp15" != "xyes" ; then |
1001 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/msn/msnp9/'` | 1001 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/msn/msnp9/'` |
1002 fi | 1002 fi |
1003 if test "x$silcincludes" != "xyes" -o "x$silcclient" != "xyes"; then | 1003 if test "x$silcincludes" != "xyes" -o "x$silcclient" != "xyes"; then |
1004 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/silc/silc10/'` | 1004 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/silc/silc10/'` |
1005 fi | 1005 fi |
1082 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/sametime//'` | 1082 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/sametime//'` |
1083 fi | 1083 fi |
1084 if test "x$avahiincludes" != "xyes" -o "x$avahilibs" != "xyes"; then | 1084 if test "x$avahiincludes" != "xyes" -o "x$avahilibs" != "xyes"; then |
1085 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/bonjour//'` | 1085 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/bonjour//'` |
1086 fi | 1086 fi |
1087 if test "x$enable_msnp14" != "xyes" ; then | 1087 if test "x$enable_msnp15" != "xyes" ; then |
1088 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/msn/msnp9/'` | 1088 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/msn/msnp9/'` |
1089 fi | 1089 fi |
1090 if test "x$silcincludes" != "xyes" -o "x$silcclient" != "xyes"; then | 1090 if test "x$silcincludes" != "xyes" -o "x$silcclient" != "xyes"; then |
1091 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/silc/silc10/'` | 1091 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/silc/silc10/'` |
1092 fi | 1092 fi |