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

(-)a/configure (-2 / +2 lines)
Lines 8897-8903 fi Link Here
8897
done
8897
done
8898
8898
8899
8899
8900
8900
if ! test "$LCMS_BIGENDIAN"; then
8901
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for big endian" >&5
8901
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for big endian" >&5
8902
$as_echo_n "checking for big endian... " >&6; }
8902
$as_echo_n "checking for big endian... " >&6; }
8903
8903
Lines 8929-8935 fi Link Here
8929
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8929
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8930
  conftest.$ac_objext conftest.beam conftest.$ac_ext
8930
  conftest.$ac_objext conftest.beam conftest.$ac_ext
8931
fi
8931
fi
8932
8932
fi
8933
8933
8934
if test "x$LCMS_BIGENDIAN" != "x0"; then
8934
if test "x$LCMS_BIGENDIAN" != "x0"; then
8935
  LCMS_ENDIAN="-DUSE_BIG_ENDIAN=$LCMS_BIGENDIAN"
8935
  LCMS_ENDIAN="-DUSE_BIG_ENDIAN=$LCMS_BIGENDIAN"

Return to bug 429442