PR gprof/5147
* configure.in: Add check for fabs() being in libm. * configure: Regenerate.
This commit is contained in:
parent
7337fc21f2
commit
1b9750d66e
@ -1,3 +1,9 @@
|
||||
2007-10-12 Michael Haubenwallner <haubi@gentoo.org>
|
||||
|
||||
PR gprof/5147
|
||||
* configure.in: Add check for fabs() being in libm.
|
||||
* configure: Regenerate.
|
||||
|
||||
2007-09-25 Robert Norton <rnorton@broadcom.com>
|
||||
|
||||
* cg_print.c (sort_members): Include the final member on the list
|
||||
|
7095
gprof/configure
vendored
7095
gprof/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -44,6 +44,9 @@ if test $gprof_cv_decl_getopt_unistd_h = yes; then
|
||||
[Is the prototype for getopt in <unistd.h> in the expected format?])
|
||||
fi
|
||||
|
||||
# Some systems have fabs only in -lm, not in -lc.
|
||||
AC_SEARCH_LIBS(fabs, m)
|
||||
|
||||
AM_BINUTILS_WARNINGS
|
||||
|
||||
dnl Required by html and install-html
|
||||
|
Loading…
x
Reference in New Issue
Block a user