This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.

Attachment: t.diff.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]