diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-06 11:02:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-06 11:02:50 +0000 |
commit | 55c015c1360b5951b31b4bd2b80db5f169552cb7 (patch) | |
tree | 5d3e715fbdbc0fc5af784d43da46bc43b96602e7 | |
parent | bde6c6685e6dc5d1b0cc0949b326d8ae091d1d86 (diff) |
typo AGAIN
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 08f2a43b8..4a9be7a1a 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -673,7 +673,7 @@ AC_DEFUN([CURL_CC_DEBUG_OPTS], dnl * 1419 warns on "external declaration in primary source file" dnl which we know and do on purpose. - WARN="-wd279,269,981,1418,1419 + WARN="-wd279,269,981,1418,1419" if test "$gccnum" -gt "600"; then dnl icc 6.0 and older doesn't have the -Wall flag |