Merge pull request #3335 from RooHTaylor/v3/master

Fix for issue #3334: build not finding YAJL
This commit is contained in:
Ervin Hegedus 2025-01-30 14:20:59 +01:00 committed by GitHub
commit 40af573759
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ else
YAJL_DISPLAY="${YAJL_LDADD}, ${YAJL_CFLAGS}"
else
# 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})
if test -n "${YAJL_VERSION}"; then
break