[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-devel] configure.ac --with-gcc-version-check flag
- Date: Fri, 15 Feb 2008 13:15:43 -0600
- From: Zachary Miller <zmiller@xxxxxxxxxxx>
- Subject: Re: [Condor-devel] configure.ac --with-gcc-version-check flag
On Fri, Feb 15, 2008 at 01:04:27PM -0600, Matthew Farrellee wrote:
> I'd like to add a --with[out]-gcc-version-check-flag to configure. The
> purpose is to allow configure to continue even when it does not find a
> blessed version of gcc. The resulting build attempt may or may not be
> successful because of the unsupported version of gcc, but that should
> not be a concern.
sounds good to me, except that i'd like to see it called
--enable-gcc-version-check (default)
--disable-gcc-version-check
cheers,
-zach