ref: 3ef8a1661675395a15fa2a6d55bd2448dd3c486d
parent: d47ddfb4724553533cf7bd2758b339329b483622
author: Ralph Giles <[email protected]>
date: Sun Sep 16 20:05:00 EDT 2012
Opus custom requires libm unconditionally.
--- a/configure.ac
+++ b/configure.ac
@@ -283,6 +283,11 @@
PC_BUILD="fixed-point"
PC_LIBM=
fi
+dnl opus_custom requires libm as well
+if test x$ac_enable_custom_modes = xyes; then
+ PC_BUILD="${PC_BUILD}, custom modes"
+ PC_LIBM=$LIBM
+fi
AC_SUBST([PC_BUILD])
AC_SUBST([PC_LIBM])