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

Collapse All | Expand All

(-)configure.ac.orig (-6 / +1 lines)
Lines 753-764 Link Here
753
save_LDFLAGS="$LDFLAGS"
753
save_LDFLAGS="$LDFLAGS"
754
LDFLAGS="$LDFLAGS -lm"
754
LDFLAGS="$LDFLAGS -lm"
755
755
756
AC_CHECK_FUNCS([pow] [sqrt] [finite] [floor])
756
AC_CHECK_FUNCS([pow] [sqrt] [finite] [floor] [exp10])
757
758
AC_CHECK_FUNC([exp10],,[
759
				AC_DEFINE([log_10_],[2.3025850929940456840179914546844],[Provide a macro to do exp10])
760
				AC_DEFINE([exp10(x)],[exp( (log_10_) * (x) )],[Provide a macro to do exp10])
761
				])
762
757
763
### If isinf exists or not (used to not be the case under Solaris)
758
### If isinf exists or not (used to not be the case under Solaris)
764
### See bug #4164
759
### See bug #4164

Return to bug 237572