diff options
-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" |