comparison mcabber/configure.ac @ 2165:db6ca1e1e082

Remove support for obsolete XEP 22
author franky
date Fri, 17 Oct 2014 22:33:19 +0200
parents 392cf37d5966
children 6b2403ddecb3
comparison
equal deleted inserted replaced
2164:038c4d601011 2165:db6ca1e1e082
252 fi 252 fi
253 253
254 # Export $libexecdir to the source tree 254 # Export $libexecdir to the source tree
255 AC_DEFINE_DIR(PKGLIB_DIR, "${libdir}/${PACKAGE}", [Modules directory]) 255 AC_DEFINE_DIR(PKGLIB_DIR, "${libdir}/${PACKAGE}", [Modules directory])
256 256
257 AC_ARG_ENABLE(xep0022,
258 AC_HELP_STRING([--enable-xep0022],
259 [enable obsolete Message Events (XEP-0022)]),
260 xep0022=$enableval)
261 if test "${xep0022}" = "yes"; then
262 AC_DEFINE([XEP0022], 1, [Define if you want obsolete Message Events])
263 fi
264
265 AC_ARG_ENABLE(debug, 257 AC_ARG_ENABLE(debug,
266 AC_HELP_STRING([--enable-debug], [add development compilation options]), 258 AC_HELP_STRING([--enable-debug], [add development compilation options]),
267 debug=$enableval, debug="") 259 debug=$enableval, debug="")
268 if test x"${debug}" = x"yes"; then 260 if test x"${debug}" = x"yes"; then
269 AC_DEFINE_UNQUOTED([ENABLE_DEBUG],[1],[Devel compilation options]) 261 AC_DEFINE_UNQUOTED([ENABLE_DEBUG],[1],[Devel compilation options])