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:
parent
e853c121d9
commit
3f034c46cd
@ -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])
|
||||||
|
Loading…
Reference in New Issue
Block a user