On Wed, Jul 24, 2002 at 08:29:12PM -0500, Ben Jansens wrote: > On Wed, Jul 24, 2002 at 06:32:46PM -0500, Art Haas wrote: > > > > The AC_PROG_CC macro sets the variable GCC to yes if it finds > > out that the user is compiling with GCC (g++ in our case). After > > applying this patch, you'll need to regenerate the configure > > script. What you should see, or more precisely should _not_ see, > > are the '-Wall -W -pedantic' flags in the resulting makefile > > if you ar building with the SGI compiler. > > > Um, I don't actually see the AC_PROG_CC macro being used here, so the > flags won't show up for any compiler. >
It's used earlier in the file - look at line 14. -- They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. -- Benjamin Franklin, Historical Review of Pennsylvania, 1759
