diff 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
line wrap: on
line diff
--- a/mcabber/configure.ac	Fri Oct 17 22:31:03 2014 +0200
+++ b/mcabber/configure.ac	Fri Oct 17 22:33:19 2014 +0200
@@ -254,14 +254,6 @@
 # Export $libexecdir to the source tree
 AC_DEFINE_DIR(PKGLIB_DIR, "${libdir}/${PACKAGE}", [Modules directory])
 
-AC_ARG_ENABLE(xep0022,
-              AC_HELP_STRING([--enable-xep0022],
-                             [enable obsolete Message Events (XEP-0022)]),
-              xep0022=$enableval)
-if test "${xep0022}" = "yes"; then
-    AC_DEFINE([XEP0022], 1, [Define if you want obsolete Message Events])
-fi
-
 AC_ARG_ENABLE(debug,
     AC_HELP_STRING([--enable-debug], [add development compilation options]),
     debug=$enableval, debug="")