JSON C library detection in configure.in
Small improvement to help the proper detection of the JSON C library when the JSON C++ library / headers are installed in addition to the C library. The patch swaps the header detection in configure.in so that the generated configure correctly identifies C instead of C++ headers (I first came across this issues when bind tried to incorrectly include a C++ header instead of a C header when both JSON libraries where installed on Arch).