diff options
author | wart <wart> | 1999-06-19 00:18:42 (GMT) |
---|---|---|
committer | wart <wart> | 1999-06-19 00:18:42 (GMT) |
commit | e0116ad4b99882eca58af97a29d410f3210d54ea (patch) | |
tree | a72537323a791b7e820fe3337729b22a0d01d2ba /unix/aclocal.m4 | |
parent | 83d871bf2d578899eeb0e62df8c5a623470b6c93 (diff) | |
download | tcl-e0116ad4b99882eca58af97a29d410f3210d54ea.zip tcl-e0116ad4b99882eca58af97a29d410f3210d54ea.tar.gz tcl-e0116ad4b99882eca58af97a29d410f3210d54ea.tar.bz2 |
Reflects recent changes in tcl.m4 (compiler warnings)
Diffstat (limited to 'unix/aclocal.m4')
-rw-r--r-- | unix/aclocal.m4 | 4 |
1 files 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" |