comparison configure.ac @ 27826:5f9ca519ea9f

propagate from branch 'im.pidgin.pidgin' (head 90011f8844f95be26206d5698b603f1692f319a0) to branch 'im.pidgin.pidgin.yaz' (head e4862d866bc0b147e783d27c1faa51f1d3e0b58a)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 24 Apr 2008 02:28:24 +0000
parents 1d012e75153f
children 2f05586afa12
comparison
equal deleted inserted replaced
22698:80c87908ff1d 27826:5f9ca519ea9f
142 ;; 142 ;;
143 *) 143 *)
144 ;; 144 ;;
145 esac 145 esac
146 146
147 ALL_LINGUAS="af am ar az be@latin bg bn bs ca ca@valencia cs da de dz el en_AU en_CA en_GB eo es et eu fa fi fr gl gu he hi hu id it ja ka kn ko ku lo lt mk my_MM nb ne nl nn pa pl pt_BR pt ps ro ru si sk sl sq sr sr@latin sv ta te th tr uk ur vi xh zh_CN zh_HK zh_TW" 147 ALL_LINGUAS=""
148 AM_GLIB_GNU_GETTEXT 148 AM_GLIB_GNU_GETTEXT
149 149
150 dnl If we don't have msgfmt, then po/ is going to fail -- ensure that 150 dnl If we don't have msgfmt, then po/ is going to fail -- ensure that
151 dnl AM_GLIB_GNU_GETTEXT found it. 151 dnl AM_GLIB_GNU_GETTEXT found it.
152 152
947 947
948 AC_SUBST(GADU_LIBS) 948 AC_SUBST(GADU_LIBS)
949 AC_SUBST(GADU_CFLAGS) 949 AC_SUBST(GADU_CFLAGS)
950 950
951 # uncomment the next line to make MSNP14 the available 951 # uncomment the next line to make MSNP14 the available
952 # AC_ARG_ENABLE(msnp14,[AC_HELP_STRING([--enable-msnp14], [Disable the newer MSNP14 protocol])],,enable_msnp14=no) 952 AC_ARG_ENABLE(msnp14,[AC_HELP_STRING([--enable-msnp14], [Enable the newer MSNP14 protocol])],,enable_msnp14=no)
953 enable_msnp14=no
954 953
955 AC_ARG_ENABLE(distrib,,,enable_distrib=no) 954 AC_ARG_ENABLE(distrib,,,enable_distrib=no)
956 AM_CONDITIONAL(DISTRIB, test "x$enable_distrib" = "xyes") 955 AM_CONDITIONAL(DISTRIB, test "x$enable_distrib" = "xyes")
957 DYNAMIC_PRPLS=all 956 DYNAMIC_PRPLS=all
958 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=""]) 957 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=""])