Show message in configure when YAML isn't there

FS-353

Signed-off-by: Travis Cross <tc@traviscross.com>
This commit is contained in:
James Le Cuirot 2014-04-07 22:46:47 +01:00 committed by Travis Cross
parent c915139a00
commit c86b939fb3
1 changed files with 1 additions and 1 deletions

View File

@ -1127,7 +1127,7 @@ PKG_CHECK_MODULES([PCRE], [libpcre >= 7.8])
PKG_CHECK_MODULES([SPEEX], [speex >= 1.2rc1 speexdsp >= 1.2rc1])
PKG_CHECK_MODULES([YAML], [yaml-0.1 >= 0.1.4],[
AM_CONDITIONAL([HAVE_YAML],[true])],[
AM_CONDITIONAL([HAVE_YAML],[false])])
AC_MSG_RESULT([no]); AM_CONDITIONAL([HAVE_YAML],[false])])
AC_ARG_ENABLE(core-libedit-support,
[AS_HELP_STRING([--disable-core-libedit-support], [Compile without libedit Support])])