Hello, this patch is needed to find the mingw cross compilation enviroment when the mingw rpm's from Red Hat contrib are used. I hope this is correct as i'm not used at all with the autoconf stuff. configure needs to be recreated after this patch is applied. License: LGPL, X11 ChangeLog: Michael Stefaniuc <mstefani@xxxxxxxxxx> - search for mingw-$prog too bye michael -- Michael Stefaniuc Tel.: +49-711-96437-199 System Administration Fax.: +49-711-96437-111 Red Hat GmbH Email: mstefani@xxxxxxxxxx Hauptstaetterstr. 58 http://www.redhat.de/ D-70178 Stuttgart
Index: configure.ac =================================================================== RCS file: /home/wine/wine/configure.ac,v retrieving revision 1.217 diff -u -u -r1.217 configure.ac --- configure.ac 5 Dec 2003 00:20:28 -0000 1.217 +++ configure.ac 22 Dec 2003 22:19:08 -0000 @@ -942,9 +942,9 @@ AC_SUBST(CROSSTEST,"") if test "$cross_compiling" = "no" then - AC_CHECK_PROGS(CROSSCC,i586-mingw32msvc-gcc i386-mingw32-gcc,false) - AC_CHECK_PROGS(DLLTOOL,i586-mingw32msvc-dlltool i386-mingw32-dlltool,false) - AC_CHECK_PROGS(CROSSWINDRES,i586-mingw32msvc-windres i386-mingw32-windres,false) + AC_CHECK_PROGS(CROSSCC,i586-mingw32msvc-gcc i386-mingw32-gcc mingw-gcc,false) + AC_CHECK_PROGS(DLLTOOL,i586-mingw32msvc-dlltool i386-mingw32-dlltool mingw-dlltool,false) + AC_CHECK_PROGS(CROSSWINDRES,i586-mingw32msvc-windres i386-mingw32-windres mingw-windres,false) if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi fi ;;
Attachment:
pgp00201.pgp
Description: PGP signature