2000-02-25 H.J. Lu <hjl@gnu.org>
* configure.in (AC_SEARCH_LIBS): Pass lm, not -lm.
This commit is contained in:
parent
ad51fb572c
commit
2f79b725dd
@ -1,3 +1,7 @@
|
||||
2000-02-25 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* configure.in (AC_SEARCH_LIBS): Pass lm, not -lm.
|
||||
|
||||
2000-02-24 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* configure.in: Add arm-wince, mips-pe and sh-pe targets.
|
||||
|
@ -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, lm)
|
||||
|
||||
AC_MSG_CHECKING(for time_t in time.h)
|
||||
AC_CACHE_VAL(bu_cv_decl_time_t_time_h,
|
||||
|
Loading…
Reference in New Issue
Block a user