On Mar 7, 2008, at 9:54 AM, Matthew Farrellee wrote:
currently condor's configure.ac requires that it recognizes the
version of glibc before it will complete successfully. this is really
only necessary if you want to build a full-port (read: unclipped
port). just like the check for a version of gcc the check for glibc
can be mighty annoying.
attached is a patch to add --disable-glibc-version-check in the spirit
of --disable-gcc-version check
i'd like to target 7.0
comments?
Rather than adding a new option, why not automatically disable the glibc
check for clipped builds?