From e0116ad4b99882eca58af97a29d410f3210d54ea Mon Sep 17 00:00:00 2001 From: wart Date: Sat, 19 Jun 1999 00:18:42 +0000 Subject: Reflects recent changes in tcl.m4 (compiler warnings) --- unix/aclocal.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unix/aclocal.m4 b/unix/aclocal.m4 index 9315d8e..cfebd58 100644 --- a/unix/aclocal.m4 +++ b/unix/aclocal.m4 @@ -694,10 +694,10 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ SHLIB_SUFFIX=".so" # egcs-2.91.66 on Redhat Linux 6.0 generates lots of warnings - # when you inline the string operations. Turn this off to + # when you inline the string and math operations. Turn this off to # get rid of the warnings. - CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES" + CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES" if test "$have_dl" = yes; then SHLIB_LD="${CC} -shared" -- cgit v0.12