Emmanuel Dreyfus wrote: > On Thu, May 27, 2004 at 03:30:48PM +0200, Matthieu Herrb wrote: > >>This is a small patch that I need to build milter-greylist really out of >>the box on my Solaris machines, where 'cc' is Sun's compiler and gcc is >>called gcc. > > > There is no reason why it should not build with Solaris' cc. What error > do you have? > It builds find, but Makefile.in hardcodes -Wall -O2 into CFLAGS. Since I'm too lazy for now to fix your configure.in script to only set those options if $CC is really gcc, I've just changed Makefile.in so that the resulting Makefile uses whatever $CC was found by configure. -- Matthieu Herrb
Message
Re: [milter-greylist] milter-greylist-1.3.4 is out
2004-05-27 by Matthieu Herrb