From 87cf45a512a7803f266e4782c49e0a99c06a4039 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Tue, 23 Apr 2019 16:48:48 +0900 Subject: Fix a typo --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d251da9915..9997ee255f 100644 --- a/configure.ac +++ b/configure.ac @@ -620,7 +620,7 @@ AS_IF([test "$GCC" = yes], [ # ANSI (no XCFLAGS because this is C only) AS_CASE(["$target_os"], [solaris*], [ - # Because "-std=gnu99" affects existance of functions on Solaris, + # Because "-std=gnu99" affects existence of functions on Solaris, # "-std=gnu99" will be appended to CPPFLAGS. for ansi_options in -std=gnu99; do RUBY_TRY_CFLAGS(${ansi_options}, [ -- cgit v1.2.1