summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index e94b3d6309..359564b91f 100644
--- a/configure.in
+++ b/configure.in
@@ -618,9 +618,7 @@ if test "$GCC" = yes; then
# extension libs cannot include those headers.
],
[cygwin*], [
- # needs C99 to isinf() and so on
- RUBY_APPEND_OPTION(warnflags, -ansi -std=c99)
- RUBY_APPEND_OPTION(rb_cv_warnflags, -ansi -std=c99)
+ # ditto
],
[
# ANSI (no XCFLAGS because this is C only)