summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-13 12:17:00 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-13 12:17:00 +0000
commit35acf1629b2a7f760f1b14c06a1355a40180ab99 (patch)
tree6784c17b476a7d9dd1dcbffd0f42697917f99f7c /configure
parent83930dd4f581ac069f97b0cdd8b054787672a18c (diff)
downloadmpv-35acf1629b2a7f760f1b14c06a1355a40180ab99.tar.bz2
mpv-35acf1629b2a7f760f1b14c06a1355a40180ab99.tar.xz
Merge two identical NetBSD/OpenBSD conditions.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28142 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 047b0c2544..24001ed2f9 100755
--- a/configure
+++ b/configure
@@ -7676,8 +7676,7 @@ fi
_ld_extra="$_ld_extra $_ld_pthread $_ld_dl $_ld_dl_dynamic"
bsdos && _ld_extra="$_ld_extra -ldvd"
-netbsd && x86_32 && _ld_extra="$_ld_extra -li386"
-openbsd && x86_32 && _ld_extra="$_ld_extra -li386"
+(netbsd || openbsd) && x86_32 && _ld_extra="$_ld_extra -li386"
_def_debug='#undef MP_DEBUG'
test "$_debug" != "" && _def_debug='#define MP_DEBUG 1'