Add -static earlier to LDFLAGS for compile_prog()
commit79427693174a553d62f3da44aacd3f19ba8df3a7
authorLoïc Minier <lool@dooz.org>
Sun, 31 Jan 2010 11:23:45 +0000 (31 12:23 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 6 Feb 2010 21:22:30 +0000 (6 22:22 +0100)
tree86090fc437d8d891bb570f4d26c45047078d083d
parent845f2c2812d9ed24b36c02a3d06ee83aeafe8b49
Add -static earlier to LDFLAGS for compile_prog()

Add -static to LDFLAGS earlier as to run the compile_prog() tests with
this flags, this will avoid turning on features for which a shared
library is available but not a static one.

Signed-off-by: Loïc Minier <lool@dooz.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
configure