diff options
author | Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> | 2015-09-26 17:23:35 +0900 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-09-26 23:09:40 +0200 |
commit | 710bb89cf3f952e731b7bd0b7d301f8b1cd0015c (patch) | |
tree | 1734afd5646b3f3ed4f78cfb569c45d55e2521c7 /m4 | |
parent | 095fe60e27f255ca5c3f84d4212b5d76b6fa482c (diff) | |
download | curl-710bb89cf3f952e731b7bd0b7d301f8b1cd0015c.tar.gz |
curl-confopts.m4: Add missing ')'
... for CURL_CHECK_OPTION_RT
Closes #456
Diffstat (limited to 'm4')
-rw-r--r-- | m4/curl-confopts.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/curl-confopts.m4 b/m4/curl-confopts.m4 index 05c2d4b10..6a7521b05 100644 --- a/m4/curl-confopts.m4 +++ b/m4/curl-confopts.m4 @@ -338,7 +338,7 @@ AC_DEFUN([CURL_CHECK_OPTION_RT], [ default) dnl configure option not specified (so not disabled) dontwant_rt="no" - AC_MSG_RESULT([(assumed no)] + AC_MSG_RESULT([(assumed no)]) ;; *) dnl --enable-rt option used (reverse logic) |