]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fixed typo
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 21 Mar 2007 15:22:31 +0000 (15:22 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 21 Mar 2007 15:22:31 +0000 (15:22 +0000)
acinclude.m4

index 54da009f64c2909c40a4b10abf4c2ac5dafb925e..f0f65db71cb09d5d08814081733b09852a8fe47f 100644 (file)
@@ -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