1
0
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:
Martin Storsjo 2012-07-14 01:58:31 +03:00
parent bb34df82cf
commit c44084453d

View File

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