mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Build: Looking for YAJL's LD flags instead of CFLAGS
Original author: @LinuxJedi. Reported at #1077.
This commit is contained in:
parent
e3dd2937e6
commit
d528b8ea6d
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user