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>
|
2007-09-25 Robert Norton <rnorton@broadcom.com>
|
||||||
|
|
||||||
* cg_print.c (sort_members): Include the final member on the list
|
* cg_print.c (sort_members): Include the final member on the list
|
||||||
|
7051
gprof/configure
vendored
7051
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?])
|
[Is the prototype for getopt in <unistd.h> in the expected format?])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Some systems have fabs only in -lm, not in -lc.
|
||||||
|
AC_SEARCH_LIBS(fabs, m)
|
||||||
|
|
||||||
AM_BINUTILS_WARNINGS
|
AM_BINUTILS_WARNINGS
|
||||||
|
|
||||||
dnl Required by html and install-html
|
dnl Required by html and install-html
|
||||||
|
Loading…
Reference in New Issue
Block a user