build: also unset LIBS when LDFLAGS is unset
authorAntoine Jacoutot <ajacoutot@gnome.org>
Thu, 10 Apr 2014 09:16:44 +0000 (11:16 +0200)
committerAntoine Jacoutot <ajacoutot@gnome.org>
Tue, 15 Apr 2014 13:12:08 +0000 (15:12 +0200)
commit6c7972a05c2901d67d793be2db64817fec94e8e7
treeb40dfb335c6550714e73dbe5757144dc2c009b4a
parent2d96503898745dbf88bec9ff57649b2d3853a851
build: also unset LIBS when LDFLAGS is unset

On OpenBSD, libintl is installed under /usr/local/lib. When configure
checks unset LDFLAGS, LIBS should also be unset otherwise we end up with
-lintl which cannot be found resulting to the compile check to fail.

https://bugzilla.gnome.org/show_bug.cgi?id=727939
configure.ac