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