[master] check for -ljson-c as well as -ljson

3512.	[port]		Check whether to use -ljson or -ljson-c. [RT #34115]
This commit is contained in:
Evan Hunt
2013-07-09 16:43:59 -07:00
parent d3ba57ed92
commit 4b13ea47db
4 changed files with 110 additions and 21 deletions

View File

@@ -26,7 +26,7 @@
*/
#ifdef HAVE_JSON
#include <json/json.h>
#include <json.h>
#endif
#define ISC_JSON_RENDERCONFIG 0x00000001 /* render config data */