1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-09 21:30:42 +00:00

Require libstrophe 0.12.2

0.12.2 has some important fixes.
Let's require it so users don't stumble upon bugs like https://github.com/profanity-im/profanity/issues/1743
This commit is contained in:
Michael Vetter 2022-08-08 12:55:19 +02:00
parent e309e68622
commit fc8ea4ec4f

View File

@ -152,7 +152,7 @@ else
fi
## Check for libstrophe
PKG_CHECK_MODULES([libstrophe], [libstrophe >= 0.11.0],
PKG_CHECK_MODULES([libstrophe], [libstrophe >= 0.12.2],
[LIBS="$libstrophe_LIBS $LIBS" CFLAGS="$CFLAGS $libstrophe_CFLAGS"])
AC_MSG_CHECKING([whether libstrophe works])