rubys / nokogumbo

A Nokogiri interface to the Gumbo HTML5 parser.
Apache License 2.0
186 stars 114 forks source link

fix: only check for the header unless Nokogiri provides LDFLAGS #174

Closed flavorjones closed 3 years ago

flavorjones commented 3 years ago

in which case, then we verify that we can resolve libxml symbols.

Related to a41ab09 which checked symbol resolution on both Linux and Windows; but it fails (and is unnecessary) on Linux, leading to seeing this at installation:

checking for xmlNewDoc() in libxml/tree.h... no