summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-06 11:02:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-06 11:02:50 +0000
commit55c015c1360b5951b31b4bd2b80db5f169552cb7 (patch)
tree5d3e715fbdbc0fc5af784d43da46bc43b96602e7 /acinclude.m4
parentbde6c6685e6dc5d1b0cc0949b326d8ae091d1d86 (diff)
downloadcurl-55c015c1360b5951b31b4bd2b80db5f169552cb7.tar.gz
typo AGAIN
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
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