Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 225179 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in (-1 / +6 lines)
Lines 375-381 Link Here
375
dnl free fast math library
375
dnl free fast math library
376
AC_CHECK_LIB(ffm, cos, USE_LIBM="-lffm -lm")
376
AC_CHECK_LIB(ffm, cos, USE_LIBM="-lffm -lm")
377
dnl Compaq fast math library.
377
dnl Compaq fast math library.
378
AC_CHECK_LIB(cpml, cos, USE_LIBM="-lcpml")
378
AC_ARG_ENABLE(cpml,
379
  [  --enable-cpml              Use Compaq's Alpha Optimized Math Library],
380
  [if test "$enableval" = yes; then
381
    AC_CHECK_LIB(cpml, cos, USE_LIBM="-lcpml")
382
   fi
383
])
379
CONFIG_MATH_LIB="${USE_LIBM}"
384
CONFIG_MATH_LIB="${USE_LIBM}"
380
385
381
dnl configure use of features
386
dnl configure use of features

Return to bug 225179