From 16ce42a0db6ecd9574d7c8757f535c89f647eb33 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 28 Oct 2021 20:07:13 +0200 Subject: [PATCH] bump libstrophe requirement to 0.11.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8a4456c8..566c3c80 100644 --- a/configure.ac +++ b/configure.ac @@ -135,7 +135,7 @@ CFLAGS="$CFLAGS $PTHREAD_CFLAGS" AS_IF([test "x$PTHREAD_CC" != x], [ CC="$PTHREAD_CC" ]) ### Check for libstrophe -PKG_CHECK_MODULES([libstrophe], [libstrophe >= 0.10.0], +PKG_CHECK_MODULES([libstrophe], [libstrophe >= 0.11.0], [LIBS="$libstrophe_LIBS $LIBS" CFLAGS="$CFLAGS $libstrophe_CFLAGS" XMPP_LIB="libstrophe" AC_DEFINE([HAVE_LIBSTROPHE], [1], [libstrophe])], [XMPP_LIB=""])