We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e685bf + 199056b commit 40af573Copy full SHA for 40af573
build/yajl.m4
@@ -62,7 +62,7 @@ else
62
YAJL_DISPLAY="${YAJL_LDADD}, ${YAJL_CFLAGS}"
63
else
64
# If pkg-config did not find anything useful, go over file lookup.
65
- for x in ${YAJL_POSSIBLE_LIB_NAMES}; do
+ for x in ${YAJL_POSSIBLE_PATHS}; do
66
CHECK_FOR_YAJL_AT(${x})
67
if test -n "${YAJL_VERSION}"; then
68
break
0 commit comments