summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorkomh <komh@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-12 01:38:14 +0000
committerkomh <komh@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-12 01:38:14 +0000
commit47f78d28f1298c9feccd2424ffdb211dab6aaf53 (patch)
tree312dbfda924627b0ff60dd1ee82430716733687b /configure
parent592d2e3edfe483d2fac4a7f53955c91cb91b946b (diff)
downloadmpv-47f78d28f1298c9feccd2424ffdb211dab6aaf53.tar.bz2
mpv-47f78d28f1298c9feccd2424ffdb211dab6aaf53.tar.xz
Add win32 loader support for OS/2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30541 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 823ba60315..274246f5b0 100755
--- a/configure
+++ b/configure
@@ -7129,7 +7129,7 @@ if test "$_real" = auto ; then
_real=no
_res_comment="dynamic loader support needed"
if test "$_dl" = yes || test "$_win32dll" = yes &&
- (linux || freebsd || netbsd || openbsd || dragonfly || darwin || win32) ; then
+ (linux || freebsd || netbsd || openbsd || dragonfly || darwin || win32 || os2) ; then
_real=yes
fi
fi