mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Merge pull request #3335 from RooHTaylor/v3/master
Fix for issue #3334: build not finding YAJL
This commit is contained in:
commit
40af573759
@ -62,7 +62,7 @@ else
|
|||||||
YAJL_DISPLAY="${YAJL_LDADD}, ${YAJL_CFLAGS}"
|
YAJL_DISPLAY="${YAJL_LDADD}, ${YAJL_CFLAGS}"
|
||||||
else
|
else
|
||||||
# If pkg-config did not find anything useful, go over file lookup.
|
# If pkg-config did not find anything useful, go over file lookup.
|
||||||
for x in ${YAJL_POSSIBLE_LIB_NAMES}; do
|
for x in ${YAJL_POSSIBLE_PATHS}; do
|
||||||
CHECK_FOR_YAJL_AT(${x})
|
CHECK_FOR_YAJL_AT(${x})
|
||||||
if test -n "${YAJL_VERSION}"; then
|
if test -n "${YAJL_VERSION}"; then
|
||||||
break
|
break
|
||||||
|
Loading…
x
Reference in New Issue
Block a user