From 6f0c5cd76865347537e902650492e6e78599bcea Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 22 Feb 2005 20:00:19 +0000 Subject: Proper check for cygwin build environment, avoids win32 error 5 when loading plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6040 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index c56f28edba..4ebe39c37a 100755 --- a/tools/configure +++ b/tools/configure @@ -573,7 +573,8 @@ sed > Makefile \ -e "s,@SIMVER@,${simver},g" \ -e "s,@GCCVER@,${gccver},g" \ -e "s,@GCCNUM@,${gccnum},g" \ -<