28 Apr
2006
28 Apr
'06
10:36 a.m.
Hi Richard, * Richard B. Kreckel wrote on Thu, Apr 27, 2006 at 10:38:32PM CEST:
Well, I've a (almost trivial) patch that makes it work fine on Intel Macs, according to the submitter of the bug. For the next release, I intend to fix it in a very conservative way. For this purpose, I need to know how to identify an Intel Mac using preprocessor macros. Does anyone on this list know which macro is set there? (Hint: on a Linux system, that would be "__linux__".)
Well, if "echo | gcc -E -dM -" on that system doesn't help to find one, how about AC_DEFINEing one yourself based on $host? Cheers, Ralf