downgrade yaml library from 0.1.7 to 0.1.6

This commit is contained in:
Sukchan Lee 2017-11-27 06:21:28 +00:00
parent 8b5ae91547
commit f9fe704ccb
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ if test x$have_sctp_lib == xno; then
fi
AM_CONDITIONAL([USRSCTP], [test x$have_usrsctp_lib = xyes])
PKG_CHECK_MODULES([YAML], yaml-0.1 >= 0.1.7)
PKG_CHECK_MODULES([YAML], yaml-0.1 >= 0.1.6)
PKG_CHECK_MODULES([MONGOC], libmongoc-1.0 >= 1.3.1)
FREEDIAMETER_DIR=freeDiameter-1.2.1
AC_SUBST(FREEDIAMETER_DIR)