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

(-)a/configure (-2 / +2 lines)
Lines 20654-20660 Link Here
20654
  HAVE_CXX11_FALSE=
20654
  HAVE_CXX11_FALSE=
20655
fi
20655
fi
20656
20656
20657
 if test "x$with_int" == "ximath-32"; then
20657
 if test "x$with_int" = "ximath-32"; then
20658
  SMALL_INT_OPT_TRUE=
20658
  SMALL_INT_OPT_TRUE=
20659
  SMALL_INT_OPT_FALSE='#'
20659
  SMALL_INT_OPT_FALSE='#'
20660
else
20660
else
Lines 20662-20668 Link Here
20662
  SMALL_INT_OPT_FALSE=
20662
  SMALL_INT_OPT_FALSE=
20663
fi
20663
fi
20664
20664
20665
if test "x$with_int" == "ximath-32"; then :
20665
if test "x$with_int" = "ximath-32"; then :
20666
20666
20667
20667
20668
$as_echo "#define USE_SMALL_INT_OPT /**/" >>confdefs.h
20668
$as_echo "#define USE_SMALL_INT_OPT /**/" >>confdefs.h
(-)a/configure.ac (-2 / +2 lines)
Lines 83-90 Link Here
83
AM_CONDITIONAL(GMP_FOR_MP, test x$with_int = xgmp)
83
AM_CONDITIONAL(GMP_FOR_MP, test x$with_int = xgmp)
84
84
85
AM_CONDITIONAL(HAVE_CXX11, test "x$HAVE_CXX11" = "x1")
85
AM_CONDITIONAL(HAVE_CXX11, test "x$HAVE_CXX11" = "x1")
86
AM_CONDITIONAL(SMALL_INT_OPT, test "x$with_int" == "ximath-32")
86
AM_CONDITIONAL(SMALL_INT_OPT, test "x$with_int" = "ximath-32")
87
AS_IF([test "x$with_int" == "ximath-32"], [
87
AS_IF([test "x$with_int" = "ximath-32"], [
88
	AC_DEFINE([USE_SMALL_INT_OPT], [], [Use small integer optimization])
88
	AC_DEFINE([USE_SMALL_INT_OPT], [], [Use small integer optimization])
89
])
89
])
90
90

Return to bug 786564