From 826aaac32cad83eee251a4f3a60abbd52d9cb6df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=C3=A6r=C3=B8y?= Date: Sat, 17 Dec 2016 00:39:54 +0100 Subject: [PATCH] Bump version requirements for libotr to 4.1.0. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a428d7a1..870a26ab 100644 --- a/configure.ac +++ b/configure.ac @@ -466,7 +466,7 @@ dnl ** have_otr=no if test "x$want_otr" != "xno"; then AM_PATH_LIBGCRYPT(1:1.2.0, [], [AC_ERROR(libgcrypt 1.2.0 or newer is required.)]) - AM_PATH_LIBOTR(4.0.0, [], [AC_ERROR([libotr 4.0.0 or newer is required.])]) + AM_PATH_LIBOTR(4.1.0, [], [AC_ERROR([libotr 4.1.0 or newer is required.])]) OTR_CFLAGS="$LIBOTR_CFLAGS $LIBGCRYPT_CFLAGS" OTR_LDFLAGS="$LIBOTR_LIBS $LIBGCRYPT_LIBS"