configure: Append extra cflags and ldflags
authorJan Kiszka <jan.kiszka@web.de>
Tue, 30 Jun 2009 19:29:03 +0000 (21:29 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 9 Jul 2009 21:58:08 +0000 (16:58 -0500)
commit86a637b504cb27af3ede5873dea78bc8169d2cc2
treebe3714c12d9f72f6a0933e88c9efb70624527919
parentfb9da041b0808d8797e399fe20f75b10fb06564c
configure: Append extra cflags and ldflags

In order to allow overriding flags that are set by configure, we have to
append them instead of prepending as it is done so far.

v2: Clarify documentation.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure