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 # IRIX has dirname in -lgen, usually in libc
OMPI_CHECK_FUNC_LIB([dirname], [gen]) OMPI_CHECK_FUNC_LIB([dirname], [gen])
# # Darwin doesn't need -lm, as it's a symlink to libSystem.dylib
# See if we need the math library explicitly linked in OMPI_CHECK_FUNC_LIB([ceil], [m])
#
AC_CHECK_LIB([m], [ceil])
# checkpoint results # checkpoint results
AC_CACHE_SAVE AC_CACHE_SAVE