* configure.ac: Make error messages less confusing by testing for

-Wtrampolines rather than -Wno-trampolines (since -Wno-* is always
accepted, but produces a diagnostic if something else is wrong).
This commit is contained in:
Colin Watson 2010-11-16 15:50:20 +00:00
parent e98937aaf0
commit 72b7c7aa36
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2010-11-16 Colin Watson <cjwatson@ubuntu.com>
* configure.ac: Make error messages less confusing by testing for
-Wtrampolines rather than -Wno-trampolines (since -Wno-* is always
accepted, but produces a diagnostic if something else is wrong).
2010-11-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/term/at_keyboard.c (grub_keyboard_controller_read)