ingwarsw / tinyfugue

TinyFugue - Rebirth
Other
58 stars 33 forks source link

configure doesn't complain about libpcre not being found, and then fails compilation #65

Closed erikarn closed 1 year ago

erikarn commented 1 year ago

on freebsd libpcre is in /usr/local !

The AC_CHECK_LIB() call isn't finding it, but it isn't erroring out either.

We should likely make it error out so whoever is compiling knows they have to address that.