Skip to content

Commit 40af573

Browse files
authored
Merge pull request #3335 from RooHTaylor/v3/master
Fix for issue #3334: build not finding YAJL
2 parents 9e685bf + 199056b commit 40af573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/yajl.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ else
6262
YAJL_DISPLAY="${YAJL_LDADD}, ${YAJL_CFLAGS}"
6363
else
6464
# If pkg-config did not find anything useful, go over file lookup.
65-
for x in ${YAJL_POSSIBLE_LIB_NAMES}; do
65+
for x in ${YAJL_POSSIBLE_PATHS}; do
6666
CHECK_FOR_YAJL_AT(${x})
6767
if test -n "${YAJL_VERSION}"; then
6868
break

0 commit comments

Comments
 (0)