[committed] Fix check for darwin[0-7].* in configure.ac

Andrew Pinski pinskia@physics.uc.edu
Tue Aug 30 01:52:00 GMT 2005


When Andreas Tobler "fixed" the testsuite time on darwin8, he also
broke the check for before 8 because he forgot that in configure.ac
you have to escape [ with another [; likewise for ].  This patches fixes
the problem.  Committed as preapproved by Tromey after a test on
powerpc-darwin7.

Thanks,
Andrew Pinski

ChangeLog:
	* configure.ac: Replace "*-*-darwin[0-7].*" with
	"*-*-darwin[[0-7]].*"
	* configure: Regenerate.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: t.diff.txt
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20050830/3bef6472/attachment.txt>


More information about the Java-patches mailing list