commit 038e04fd9da3bca6c454ac9eb3143fe63cc6ec32
parent 130c4773a34c0faf384ded94623340ea427fc6cb
Author: Fabian Deutsch <fabian.deutsch@gmx.de>
Date: Wed, 12 May 2010 11:39:53 +1000
Fix build on Fedora
F13 changed the behaviour of `ld` [1], this commit works it around.
[1] http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -24,6 +24,8 @@ AC_SUBST(SPEK_CFLAGS)
AC_SUBST(SPEK_LIBS)
AC_SUBST(SPEK_PACKAGES)
+AC_CHECK_LIB(m, log10f)
+
GETTEXT_PACKAGE=spek
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [Gettext Package])
AC_SUBST(GETTEXT_PACKAGE)