Build: Looking for YAJL's LD flags instead of CFLAGS

Original author: @LinuxJedi. Reported at #1077.
This commit is contained in:
Felipe Zimmerle 2016-03-18 16:40:06 -03:00
parent e3dd2937e6
commit d528b8ea6d

View File

@ -85,7 +85,7 @@ else
# fi
fi
if test -z "${YAJL_CFLAGS}"; then
if test -z "${YAJL_LDADD}"; then
if test -z "${YAJL_MANDATORY}"; then
if test -z "${YAJL_DISABLED}"; then
AC_MSG_NOTICE([YAJL library was not found])