mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-02-02 17:06:54 +01:00
Check whether we need to link to -lm for math functions
This commit is contained in:
parent
bb34df82cf
commit
c44084453d
@ -11,6 +11,8 @@ dnl Checks for programs.
|
|||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
LT_INIT
|
LT_INIT
|
||||||
|
|
||||||
|
AC_CHECK_LIB([m], [sin])
|
||||||
|
|
||||||
dnl soname version to use
|
dnl soname version to use
|
||||||
dnl goes by ‘current[:revision[:age]]’ with the soname ending up as
|
dnl goes by ‘current[:revision[:age]]’ with the soname ending up as
|
||||||
dnl current.age.revision
|
dnl current.age.revision
|
||||||
|
Loading…
x
Reference in New Issue
Block a user