1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

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
This commit is contained in:
Michael Vetter 2023-08-02 16:34:34 +02:00
parent e853c121d9
commit 3f034c46cd

View File

@ -152,7 +152,7 @@ else
fi fi
## Check for libstrophe ## 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"]) [LIBS="$libstrophe_LIBS $LIBS" CFLAGS="$CFLAGS $libstrophe_CFLAGS"])
AC_MSG_CHECKING([whether libstrophe works]) AC_MSG_CHECKING([whether libstrophe works])