summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-04-23 16:48:48 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-04-23 16:50:15 +0900
commit87cf45a512a7803f266e4782c49e0a99c06a4039 (patch)
tree77a840618e25c3887a5e7ea641f2ca17e12f77f3 /configure.ac
parent2ae5f6f97cd1cd79e3c0ef11da235ddc053a6186 (diff)
Fix a typo
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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}, [