PR gprof/5147

* configure.in: Add check for fabs() being in libm.
* configure: Regenerate.
This commit is contained in:
Nick Clifton 2007-10-12 16:36:48 +00:00
parent 7337fc21f2
commit 1b9750d66e
3 changed files with 3906 additions and 3198 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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