>>>>> "Andrew" == Andrew Cagney <ac131313@cygnus.com> writes: Andrew> enum xyz; Andrew> Second question, is there an auto-conf way of testing for a Andrew> compiler that allows the above? Sure. You can use AC_TRY_COMPILE. Or if that isn't to your liking you can directly run $CC. Tom