Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 200858
Collapse All | Expand All

(-)configure.orig (-1 / +1 lines)
Lines 28881-28887 Link Here
28881
   if test x$USENASM = xtrue; then
28881
   if test x$USENASM = xtrue; then
28882
	echo "$as_me:$LINENO: checking nasm version..." >&5
28882
	echo "$as_me:$LINENO: checking nasm version..." >&5
28883
echo $ECHO_N "checking nasm version...... $ECHO_C" >&6
28883
echo $ECHO_N "checking nasm version...... $ECHO_C" >&6
28884
	BILLSNASM_arg=`nasm -r | tr '.' ' '`
28884
	BILLSNASM_arg=`nasm -v | tr '.' ' '`
28885
        BILLSNASM_ret=`util/testnasm.sh $BILLSNASM_arg`
28885
        BILLSNASM_ret=`util/testnasm.sh $BILLSNASM_arg`
28886
	if test x$BILLSNASM_ret = x"yes"; then
28886
	if test x$BILLSNASM_ret = x"yes"; then
28887
	   USENASM=true
28887
	   USENASM=true

Return to bug 200858