summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-12-30 00:14:20 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-12-30 00:14:20 +0200
commitdc7f1830224e1953fb07ffcc045735b2b15af310 (patch)
tree3028341d6fd07c19b8b7c78fdfd7c411cbdce573 /configure
parent0f81e5f9732d143ab47c9b03dfd528f3a0af4aea (diff)
parenta0601ed2566d132fec57dcf163372f9f341f3c13 (diff)
downloadmpv-dc7f1830224e1953fb07ffcc045735b2b15af310.tar.bz2
mpv-dc7f1830224e1953fb07ffcc045735b2b15af310.tar.xz
Merge svn changes up to r30104
Ignore the broken correct-pts change in r30100.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 95cba49f12..a9089c4bcc 100755
--- a/configure
+++ b/configure
@@ -1342,7 +1342,7 @@ else # if test -z "$_target"
qnx) system_name=QNX ;;
morphos) system_name=MorphOS ;;
amigaos) system_name=AmigaOS ;;
- mingw32msvc) system_name=MINGW32 ;;
+ mingw32*) system_name=MINGW32 ;;
esac
# We need to convert underscores so that values like k6-2 and pentium-mmx can be passed
host_arch=$(echo $_target | cut -d '-' -f 1)