changeset 17628:174eee5a473c

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 14 Mar 2014 06:04:56 -0700
parents 281cd57ed61d
children d3a90a91c2f0
files build-aux/config.guess
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/config.guess	Thu Mar 06 21:53:50 2014 -0800
+++ b/build-aux/config.guess	Fri Mar 14 06:04:56 2014 -0700
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2014 Free Software Foundation, Inc.
 
-timestamp='2014-02-12'
+timestamp='2014-03-13'
 
 # 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
@@ -826,7 +826,7 @@
     *:MINGW*:*)
 	echo ${UNAME_MACHINE}-pc-mingw32
 	exit ;;
-    i*:MSYS*:*)
+    *:MSYS*:*)
 	echo ${UNAME_MACHINE}-pc-msys
 	exit ;;
     i*:windows32*:*)