configure: Support disabling warnings in $gcc_flags
authorMarkus Armbruster <armbru@redhat.com>
Thu, 14 Oct 2010 09:19:04 +0000 (11:19 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 20 Oct 2010 20:52:43 +0000 (20:52 +0000)
commit1e027be7e91d854d7a0132e4a32bdf222c33dcfe
treea0576f91a538d2b20c0776c2cb64dc645d79ae29
parentc3b08d0e05f381b0a02647038d454eecf51ae014
configure: Support disabling warnings in $gcc_flags

-Wall enables a bunch of warnings at once.  configure puts it after
$gcc_flags.  This makes it impossible to disable warnings enabled by
-Wall there.  Fix by putting configured flags last.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure