
10 Nov
2004
10 Nov
'04
11:51 p.m.
On Wed, Nov 10, 2004 at 11:16:18AM -0800, Kees Cook wrote:
Ah, dang. In debian, it's in /usr/include/gc, under the win32 headers, it's in both. Looks like suse puts it in /usr/include, like you say.
Does anyone have any idea which is correct? I can write some autoconf magic to locate the true path, but I'd rather figure out what the "right" answer is first.
I'm not sure what "right" means here, but if some suse systems have it only in /usr/include/gc.h and some debian systems have it only in /usr/include/gc/gc.h then I'd use AC_CHECK_HEADERS([gc.h gc/gc.h]).
pjrm.