2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / binutils / configure.in
index 603ccd3110414d086c8e623cb505857269c02b39..aa10ce90e2c6296779e35d8f59e34cb0c460a795 100644 (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,
This page took 0.022597 seconds and 4 git commands to generate.