Fix build on Fedora

F13 changed the behaviour of `ld` [1], this commit works it around.

[1] http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking
This commit is contained in:
Fabian Deutsch 2010-05-12 11:39:53 +10:00 committed by Alexander Kojevnikov
parent 130c4773a3
commit 038e04fd9d

View File

@ -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)