[MPlayer-cvslog] r28142 - trunk/configure

diego subversion at mplayerhq.hu
Sat Dec 13 13:17:00 CET 2008


Author: diego
Date: Sat Dec 13 13:17:00 2008
New Revision: 28142

Log:
Merge two identical NetBSD/OpenBSD conditions.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Dec 13 13:17:00 2008
@@ -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'



More information about the MPlayer-cvslog mailing list