85bd23a BUILD: Fall back to non-strict http parser, if strict is not available

Authored and Committed by jhrozek 7 years ago
    BUILD: Fall back to non-strict http parser, if strict is not available
    
    Some platforms (like Debian), don't ship http-parser-strict at all, but
    only the non-strict variant. Fall back to the non-strict library if the
    strict variant is not found.
    
    Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>