aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1e1b2ac9fc..18b5431068 100644
--- a/configure.in
+++ b/configure.in
@@ -550,7 +550,7 @@ if test "$GCC" = yes; then
# disable fast-math
for oflag in -fno-fast-math; do
- RUBY_TRY_CFLAGS(oflag, [RUBY_APPEND_OPTION(optflags, $oflag)])
+ RUBY_TRY_CFLAGS($oflag, [RUBY_APPEND_OPTION(optflags, $oflag)])
done
fi