On Fri, Dec 6, 2024 at 1:16 PM G. Branden Robinson <g.branden.robin...@gmail.com> wrote: > > At 2024-12-06T16:49:13+0000, Colin Watson wrote: > > On Fri, Dec 06, 2024 at 06:04:57AM -0600, G. Branden Robinson wrote: > > > Is there something I can specify to "configure" or make(1) to > > > override gnulib's decision here? > > > > While I have no expertise with Solaris 10 in particular, passing > > `gl_cv_func_signbit=yes` as a `./configure` argument ought to override > > Gnulib's decision to supply a replacement. > > For some reason, it doesn't. :(
Try `gl_cv_func_signbit=no` since you don't want to activate the code path. Jeff