From 1037d56ca89d503cfd62830a90e934a2806ad804 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 18 Nov 2011 15:29:09 +0100 Subject: freetype 2.4.8 --- freetype/builds/unix/config.guess | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'freetype/builds/unix/config.guess') diff --git a/freetype/builds/unix/config.guess b/freetype/builds/unix/config.guess index 43f0cdbcf..8152efd67 100644 --- a/freetype/builds/unix/config.guess +++ b/freetype/builds/unix/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011 Free Software Foundation, Inc. -timestamp='2011-10-01' +timestamp='2011-11-11' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -806,6 +806,9 @@ EOF *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; + i*:MSYS*:*) + echo ${UNAME_MACHINE}-pc-msys + exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 -- cgit v1.2.3