Add --redefine-sym to objcopy.
[binutils-gdb.git] / binutils / configure.in
index 86ac19053f4e3b16cbed92da2772ebc1fa000c3b..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,