diff options
author | Christian Biesinger <cbiesinger@web.de> | 2006-10-22 12:47:43 +0200 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-11-02 13:02:08 -0800 |
commit | 28fec29345e6e115d14fbdabe91f82100191c3d7 (patch) | |
tree | 9661954edc08385f0ce376e4d4c0de4f26f2979a | |
parent | 60d65de1593d349d545516e360c5fb04cbdbbc71 (diff) |
Add missing ) in comment
(cherry picked from d6ebe07be214461b6d456ebdbdc5acfd432e0178 commit)
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2943b2499..9d36c5317 100644 --- a/configure.in +++ b/configure.in @@ -569,7 +569,7 @@ dnl Use lots of warning flags with with gcc and compatible compilers dnl Note: if you change the following variable, the cache is automatically dnl skipped and all flags rechecked. So there's no need to do anything dnl else. If for any reason you need to force a recheck, just change -dnl MAYBE_WARN in an ignorable way (like adding whitespace +dnl MAYBE_WARN in an ignorable way (like adding whitespace) MAYBE_WARN="-Wall -Wextra \ -Wsign-compare -Werror-implicit-function-declaration \ |