From 55c015c1360b5951b31b4bd2b80db5f169552cb7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 6 May 2004 11:02:50 +0000 Subject: [PATCH] typo AGAIN --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 08f2a43..4a9be7a 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 -- 2.7.4