From 0f1181a5390df3ac3a8e2d9f8bd9815c1215e94b Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 30 Apr 2012 20:14:26 +0000 Subject: [PATCH] Bug #6370 * configure.in (optflags): fixed typo. [ruby-core:44679][Bug #6370] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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