From 3f034c46cd2e84c85bb2d52e5648bfa0a9739611 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 2 Aug 2023 16:34:34 +0200 Subject: [PATCH] Depend on libstrophe 0.12.3 Among other things for: * https://github.com/profanity-im/profanity/issues/915 * https://github.com/profanity-im/profanity/issues/1849 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c662a60d..9d5e0395 100644 --- a/configure.ac +++ b/configure.ac @@ -152,7 +152,7 @@ else fi ## Check for libstrophe -PKG_CHECK_MODULES([libstrophe], [libstrophe >= 0.12.2], +PKG_CHECK_MODULES([libstrophe], [libstrophe >= 0.12.3], [LIBS="$libstrophe_LIBS $LIBS" CFLAGS="$CFLAGS $libstrophe_CFLAGS"]) AC_MSG_CHECKING([whether libstrophe works])