--- configure.orig 2012-10-06 04:54:57 UTC +++ configure @@ -641,6 +641,8 @@ USE_ELF64_FALSE USE_ELF64_TRUE USE_ELF32_FALSE USE_ELF32_TRUE +OS_BSDSUNIX_FALSE +OS_BSDSUNIX_TRUE OS_FREEBSD_FALSE OS_FREEBSD_TRUE OS_HPUX_FALSE @@ -16711,6 +16713,7 @@ else OS_HPUX_FALSE= fi + if expr x$target_os : xfreebsd >/dev/null; then OS_FREEBSD_TRUE= OS_FREEBSD_FALSE='#' @@ -16719,6 +16722,13 @@ else OS_FREEBSD_FALSE= fi + if expr x$target_os : xfreebsd >/dev/null; then + OS_BSDSUNIX_TRUE= + OS_BSDSUNIX_FALSE='#' +else + OS_BSDSUNIX_TRUE='#' + OS_BSDSUNIX_FALSE= +fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF helper width" >&5 $as_echo_n "checking for ELF helper width... " >&6; } @@ -17416,6 +17426,10 @@ if test -z "${OS_FREEBSD_TRUE}" && test as_fn_error $? "conditional \"OS_FREEBSD\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +if test -z "${OS_BSDSUNIX_TRUE}" && test -z "${OS_BSDSUNIX_FALSE}"; then + as_fn_error $? "conditional \"OS_BSDSUNIX\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${USE_ELF32_TRUE}" && test -z "${USE_ELF32_FALSE}"; then as_fn_error $? "conditional \"USE_ELF32\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5