From 707691d877398ea53c48961368d24e06787ac43d Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Wed, 10 Sep 2003 18:50:47 +0000 Subject: acconfig.h (__NO_MATH_INLINES): Removed. 2003-09-10 Michael Koch * acconfig.h (__NO_MATH_INLINES): Removed. * configure.in: Removed check for g++ math inlining bug from 2000. * configure.host: Removed -D__NO_MATH_INLINES in libgcj_cflags and libgcj_cxxflags. * configure: Regenerated. From-SVN: r71276 --- libjava/acconfig.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libjava/acconfig.h') diff --git a/libjava/acconfig.h b/libjava/acconfig.h index 4a511d5..99b80a2 100644 --- a/libjava/acconfig.h +++ b/libjava/acconfig.h @@ -152,9 +152,6 @@ /* Define if libltdl is in use. */ #undef USE_LTDL -/* Define if g++ has a bug preventing us from inlining math routines. */ -#undef __NO_MATH_INLINES - /* Define if you have working iconv() function. */ #undef HAVE_ICONV -- cgit v1.1