diff options
author | Karl Heuer <kwzh@gnu.org> | 1997-01-27 01:48:25 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1997-01-27 01:48:25 +0000 |
commit | fd4bc671965a92e3e986a0f338771aa34a6c81e0 (patch) | |
tree | 7fdea563be9f7cccaa761d1efbd1ca73d4349438 /configure.in | |
parent | f8e004fecbbea7bde3b8f5af9bc92476a3053e33 (diff) | |
download | emacs-fd4bc671965a92e3e986a0f338771aa34a6c81e0.tar.gz |
Check for rint and cbrt.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4aa2d9c38de..97c21d9804e 100644 --- a/configure.in +++ b/configure.in @@ -1473,7 +1473,7 @@ AC_CHECK_LIB(mail, maillock, AC_CHECK_FUNCS(gettimeofday gethostname getdomainname dup2 \ rename closedir mkdir rmdir sysinfo \ -random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \ +random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ utimes setrlimit setpgid getcwd) |