configure.ac: work correctly with static libdbus.a.
commit0e44abbadb51fe8c7a2d46e9854322ee490d556a
authorAvery Pennarun <apenwarr@gmail.com>
Thu, 14 May 2009 21:45:07 +0000 (14 17:45 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Thu, 14 May 2009 21:45:07 +0000 (14 17:45 -0400)
tree67a273e7060b1dcec372c482dcf2552824766be8
parent33f6c7db187e4e9c890eb1b6aef2ebddab1686d6
configure.ac: work correctly with static libdbus.a.

Static libraries should be in LIBS, not LDFLAGS, because they have to come
*after* the source/.o files.
configure.ac