comparison configure.in @ 16939:4fc07fcf5eab

Check for rint and cbrt.
author Karl Heuer <kwzh@gnu.org>
date Mon, 27 Jan 1997 01:48:25 +0000
parents b87f9489bcd3
children 0178aa2a41e9
comparison
equal deleted inserted replaced
16938:dae4bbc87616 16939:4fc07fcf5eab
1471 AC_CHECK_FUNCS(touchlock) 1471 AC_CHECK_FUNCS(touchlock)
1472 AC_CHECK_HEADERS(maillock.h)) 1472 AC_CHECK_HEADERS(maillock.h))
1473 1473
1474 AC_CHECK_FUNCS(gettimeofday gethostname getdomainname dup2 \ 1474 AC_CHECK_FUNCS(gettimeofday gethostname getdomainname dup2 \
1475 rename closedir mkdir rmdir sysinfo \ 1475 rename closedir mkdir rmdir sysinfo \
1476 random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \ 1476 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
1477 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ 1477 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
1478 utimes setrlimit setpgid getcwd) 1478 utimes setrlimit setpgid getcwd)
1479 1479
1480 # Check this now, so that we will NOT find the above functions in ncurses. 1480 # Check this now, so that we will NOT find the above functions in ncurses.
1481 # That is because we have not set up to link ncurses in lib-src. 1481 # That is because we have not set up to link ncurses in lib-src.