Commit Graph

4 Commits

Author SHA1 Message Date
weida
f23a64845a fix: yajl detection for source installations (#3457) 2025-11-01 16:57:49 +00:00
Ervin Hegedus
b7a4a4428c Replace obsolote macros 2024-02-25 20:28:12 +01:00
Felipe Zimmerle
f45c6fe874 Build: fix the build script that looks for yajl
The script was looking for the wrong header file. Instead of look for
yajl_parse.h it was looking for yajl.h. Originally reported by
@rpfilomeno at #804.
2014-11-14 11:53:39 -08:00
Felipe Zimmerle
8d4c3e4f5c Makes the build system to look for yajl using a macro file
Now searching for yajl using find_yajl.m4 macro file instead
of using pkg-config directly. If YAJL was not found or if it
was disabled in the configure phase, the code will be compiled
without JSON support.
2014-03-31 16:22:09 -07:00