Everything needs libm and some platforms don't have shared lib dependencies. What was I thinking?

This commit is contained in:
cls%seawood.org 2000-12-14 22:17:19 +00:00
Родитель 2ba196efa3
Коммит 95eecb8fc2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1955,7 +1955,7 @@ case $target in
AC_CHECK_LIB(c_r, gethostbyname_r)
;;
esac
dnl AC_CHECK_LIB(m, atan)
AC_CHECK_LIB(m, atan)
AC_CHECK_LIB(dl, dlopen)
if test ! "$GNU_CXX"; then