comparison configure @ 28108:df0f7d52de91

Merge two identical NetBSD/OpenBSD conditions.
author diego
date Sat, 13 Dec 2008 12:17:00 +0000
parents f4ff55b427b5
children d37dae4f8110
comparison
equal deleted inserted replaced
28107:f4ff55b427b5 28108:df0f7d52de91
7674 _ld_dl_dynamic='-rdynamic' 7674 _ld_dl_dynamic='-rdynamic'
7675 fi 7675 fi
7676 7676
7677 _ld_extra="$_ld_extra $_ld_pthread $_ld_dl $_ld_dl_dynamic" 7677 _ld_extra="$_ld_extra $_ld_pthread $_ld_dl $_ld_dl_dynamic"
7678 bsdos && _ld_extra="$_ld_extra -ldvd" 7678 bsdos && _ld_extra="$_ld_extra -ldvd"
7679 netbsd && x86_32 && _ld_extra="$_ld_extra -li386" 7679 (netbsd || openbsd) && x86_32 && _ld_extra="$_ld_extra -li386"
7680 openbsd && x86_32 && _ld_extra="$_ld_extra -li386"
7681 7680
7682 _def_debug='#undef MP_DEBUG' 7681 _def_debug='#undef MP_DEBUG'
7683 test "$_debug" != "" && _def_debug='#define MP_DEBUG 1' 7682 test "$_debug" != "" && _def_debug='#define MP_DEBUG 1'
7684 7683
7685 7684