mirror of https://github.com/mstorsjo/fdk-aac.git
Use AC_SEARCH_LIBS to search for a library containing math functions
Even though the previous mechanism worked, this should be more correct.
This commit is contained in:
parent
b8f6c140ce
commit
1652691ee9
|
@ -21,7 +21,7 @@ AC_PROG_CC
|
|||
AC_PROG_CXX
|
||||
LT_INIT
|
||||
|
||||
AC_CHECK_LIB([m], [sin])
|
||||
AC_SEARCH_LIBS([sin], [m])
|
||||
|
||||
dnl soname version to use
|
||||
dnl goes by ‘current[:revision[:age]]’ with the soname ending up as
|
||||
|
|
Loading…
Reference in New Issue