Add configure check for libm/pow. Fixes Linux build issue.

This commit is contained in:
Josh Aas
2014-05-08 22:25:29 -05:00
parent 13e2115054
commit a5195816f6

View File

@@ -90,6 +90,7 @@ if test "x${SUNCC}" = "xyes"; then
fi
# Checks for libraries.
AC_CHECK_LIB([m],[pow])
# Checks for header files.
AC_HEADER_STDC