mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-07 14:56:19 +03:00
Build: Looking for YAJL's LD flags instead of CFLAGS
Original author: @LinuxJedi. Reported at #1077.
This commit is contained in:
@@ -85,7 +85,7 @@ else
|
|||||||
# fi
|
# fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -z "${YAJL_CFLAGS}"; then
|
if test -z "${YAJL_LDADD}"; then
|
||||||
if test -z "${YAJL_MANDATORY}"; then
|
if test -z "${YAJL_MANDATORY}"; then
|
||||||
if test -z "${YAJL_DISABLED}"; then
|
if test -z "${YAJL_DISABLED}"; then
|
||||||
AC_MSG_NOTICE([YAJL library was not found])
|
AC_MSG_NOTICE([YAJL library was not found])
|
||||||
|
Reference in New Issue
Block a user