# HG changeset patch # User diego # Date 1229170620 0 # Node ID df0f7d52de91403c067b7764482118e033adb1f2 # Parent f4ff55b427b5317ee4b3060597e7d3b43e8fb3c7 Merge two identical NetBSD/OpenBSD conditions. diff -r f4ff55b427b5 -r df0f7d52de91 configure --- a/configure Sat Dec 13 12:16:32 2008 +0000 +++ b/configure Sat Dec 13 12:17:00 2008 +0000 @@ -7676,8 +7676,7 @@ _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'