1
1

Only include -lm if we really need to, since we don't really need to on OS X

This commit was SVN r8539.
Этот коммит содержится в:
Brian Barrett 2005-12-19 04:14:31 +00:00
родитель a5af07cd6b
Коммит 3390ccb32a

Просмотреть файл

@ -1181,11 +1181,8 @@ OMPI_CHECK_FUNC_LIB([backtrace], [execinfo])
# IRIX has dirname in -lgen, usually in libc
OMPI_CHECK_FUNC_LIB([dirname], [gen])
#
# See if we need the math library explicitly linked in
#
AC_CHECK_LIB([m], [ceil])
# Darwin doesn't need -lm, as it's a symlink to libSystem.dylib
OMPI_CHECK_FUNC_LIB([ceil], [m])
# checkpoint results
AC_CACHE_SAVE