comparison mcabber/configure.ac @ 2336:0dc317b5599d

Remove support for libotr 3.x libotr 4.0.0 was released in 2012... There should be no distribution with a support lifecycle left that only packages libotr 3.x
author franky
date Sun, 12 May 2019 10:10:12 +0200
parents 645d3ef1c88e
children b951567c78bf
comparison
equal deleted inserted replaced
2335:72543547c646 2336:0dc317b5599d
217 if test "x$enable_otr" = "xyes"; then 217 if test "x$enable_otr" = "xyes"; then
218 # Look for libotr 218 # Look for libotr
219 AM_PATH_LIBOTR(4.0.0, [ 219 AM_PATH_LIBOTR(4.0.0, [
220 AC_DEFINE([HAVE_LIBOTR], 1, [Define if you use libotr]) 220 AC_DEFINE([HAVE_LIBOTR], 1, [Define if you use libotr])
221 ], [ 221 ], [
222 AM_PATH_LIBOTR(3.1.0, [ 222 AC_MSG_ERROR(libotr 4.0.0 or newer is required.)
223 AC_DEFINE([HAVE_LIBOTR], 1, [Define if you use libotr])
224 AC_DEFINE([HAVE_LIBOTR3], 1, [Define if you use libotr v3])
225 ], [
226 AC_MSG_ERROR(libotr 3.1.0 or newer is required.)
227 ])
228 ]) 223 ])
229 fi 224 fi
230 225
231 # Check for Enchant stuff 226 # Check for Enchant stuff
232 AC_ARG_ENABLE(enchant, 227 AC_ARG_ENABLE(enchant,