mirror of
https://github.com/alexkay/spek.git
synced 2025-04-19 18:07:37 +03:00
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:
parent
130c4773a3
commit
038e04fd9d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user