Jérémie Courrèges-Anglas:

> Use gopher_re_{comp,exec} #defines to deal with the various #ifdefs.
> The port uses
>   AC_CHECK_LIB(compat, re_comp, REGEXLIBS="$REGEXLIBS -lcompat")
> so it will link in libcompat if present, but it shouldn't matter when we
> get rid of it.  POSIX regexps are checked for first in Regex.h.
> 
> OK?

Sigh.  Their Regex.h rigamarole is intended to just work if configure
doesn't find re_comp()... but it still errors out when unistd.h is
included later.

So, yes, OK.

Another config.site definition we'll need to change (yes, I'm keeping
notes): ac_cv_func_re_comp

-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to