simsong / bulk_extractor

This is the development tree. Production downloads are at:
https://github.com/simsong/bulk_extractor/releases
Other
1.08k stars 185 forks source link

autoconf detection of json-c doesn't properly set #define #179

Closed simsong closed 3 years ago

simsong commented 3 years ago

On a system where json-c was not installed, new new scan_json generated a failure because it didn't have proper #ifdef protection. It turns out that the new autoconf formula doesn't properly set #define HAVE_JSON_C. I'm not sure why. Perhaps the -?

simsong commented 3 years ago

closed by https://github.com/simsong/bulk_extractor/pull/180