Skip to content

Commit d528b8e

Browse files
committed
Build: Looking for YAJL's LD flags instead of CFLAGS
Original author: @LinuxJedi. Reported at #1077.
1 parent e3dd293 commit d528b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/yajl.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ else
8585
# fi
8686
fi
8787
88-
if test -z "${YAJL_CFLAGS}"; then
88+
if test -z "${YAJL_LDADD}"; then
8989
if test -z "${YAJL_MANDATORY}"; then
9090
if test -z "${YAJL_DISABLED}"; then
9191
AC_MSG_NOTICE([YAJL library was not found])

0 commit comments

Comments
 (0)