File jpeg-7-canonicalhost.patch of Package mingw32-jpeg
--- configure.ac 2009-07-16 14:29:07.000000000 +0200 +++ configure.ac 2009-07-16 14:28:41.000000000 +0200 @@ -17,7 +17,7 @@ AUTOHEADER="echo autoheader ignored" # Check system type -AC_CANONICAL_TARGET +AC_CANONICAL_HOST # Initialize Automake # Don't require all the GNU mandated files @@ -26,7 +26,7 @@ # Make --enable-silent-rules the default. # To get verbose build output you may configure # with --disable-silent-rules or use "make V=1". -AM_SILENT_RULES([yes]) +#AM_SILENT_RULES([yes]) # This is required when using the de-ANSI-fication feature. AM_C_PROTOTYPES