2000-02-25 H.J. Lu <hjl@gnu.org>

* configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
This commit is contained in:
H.J. Lu 2000-02-26 00:59:51 +00:00
parent 11038c5ef1
commit 07735828dd
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
2000-02-25 H.J. Lu <hjl@gnu.org>
* configure.in (AC_SEARCH_LIBS): Pass lm, not -lm.
* configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2000-02-24 Nick Clifton <nickc@cygnus.com>

View file

@ -78,7 +78,7 @@ AC_FUNC_ALLOCA
AC_CHECK_FUNCS(sbrk utimes)
# Some systems have frexp only in -lm, not in -lc.
AC_SEARCH_LIBS(frexp, lm)
AC_SEARCH_LIBS(frexp, m)
AC_MSG_CHECKING(for time_t in time.h)
AC_CACHE_VAL(bu_cv_decl_time_t_time_h,