mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
#12071: Lower expat dependency version
This commit is contained in:
@ -175,7 +175,7 @@ DBUS_CPP_REQUIRED_VERSION=0.6.0-pre1
|
||||
PKG_CHECK_MODULES(DBUSCPP, dbus-c++-1,,
|
||||
AC_MSG_ERROR([You need the DBus-c++ libraries (version $DBUS_CPP_REQUIRED_VERSION or better)]))
|
||||
|
||||
AX_LIB_EXPAT([2.0.1])
|
||||
AX_LIB_EXPAT([1.95.8])
|
||||
AS_IF([test "$HAVE_EXPAT" != "yes"], [AC_MSG_ERROR([libexpat could not be found, which is required to build this package.])], [])
|
||||
|
||||
AX_PTHREAD
|
||||
|
Reference in New Issue
Block a user