Mercurial > emacs
changeset 14805:ad186ff7f21b
Remove -fno-builtin hackery from -lm check.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Tue, 12 Mar 1996 07:58:49 +0000 |
parents | 4904b114a197 |
children | 232b90ad50e8 |
files | configure.in |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Tue Mar 12 01:29:58 1996 +0000 +++ b/configure.in Tue Mar 12 07:58:49 1996 +0000 @@ -1369,12 +1369,7 @@ # fmod, logb, and frexp are found in -lm on most systems. # On HPUX 9.01, -lm does not contain logb, so check for sqrt. -old_CC="$CC" -# GCC's implicit prototype for its built-in `sqrt' function conflicts -# with autoconf's call, so disable the built-in function. -test x$GCC = xyes && CC="$CC -fno-builtin" AC_CHECK_LIB(m, sqrt) -CC="$old_CC" AC_CHECK_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \