From: Daniel P. Berrange Date: Wed, 21 Mar 2007 15:22:31 +0000 (+0000) Subject: Fixed typo X-Git-Tag: LIBVIRT_0_2_2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcf1632ee641cc74d4475e5a501cdab3ca66d8ce;p=thirdparty%2Flibvirt.git Fixed typo --- diff --git a/acinclude.m4 b/acinclude.m4 index 54da009f64..f0f65db71c 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -30,7 +30,7 @@ AC_DEFUN([LIBVIRT_COMPILE_WARNINGS],[ maximum|error) try_compiler_flags="$try_compiler_flags -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith" try_compiler_flags="$try_compiler_flags -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return" - try_compiler_falgs="$try_compiler_flags -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare" + try_compiler_flags="$try_compiler_flags -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare" if test "$enable_compile_warnings" = "error" ; then try_compiler_flags="$try_compiler_flags -Werror" fi