mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05: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:
parent
e309e68622
commit
fc8ea4ec4f
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user