12 Nov
2009
12 Nov
'09
10:36 a.m.
On 12-11-2009 10:33:16 +0100, Stefan Manegold wrote:
(and, provided I recall correctly, we cannot turn warnings into errors with/during configure, as then too many configure checks would fail ...)
I was hoping that AC_CHECK_FUNCS would do more than just compile, e.g., also (try to) link ...
we're not the only one having this problem, as far as google is concerned.
I now try a version using AC_TRY_LINK, as I only used AC_TRY_COMPILE in yesterday's patch.
That might indeed be the best idea, then ...
at least my most recent commit seems to work on linux, solaris 10 and opensolaris, I'll check if I can get our cripple mac to do something useful for a second, although we really need a 10.6 box to be able to test the fix.