diff options
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) |