comparison configure.in @ 15957:7efe73695144

Check for utimes.
author Richard M. Stallman <rms@gnu.org>
date Wed, 28 Aug 1996 23:28:39 +0000
parents 0bfc53371444
children 4ce6238c5458
comparison
equal deleted inserted replaced
15956:0cefc98d243d 15957:7efe73695144
1438 # On HPUX 9.01, -lm does not contain logb, so check for sqrt. 1438 # On HPUX 9.01, -lm does not contain logb, so check for sqrt.
1439 AC_CHECK_LIB(m, sqrt) 1439 AC_CHECK_LIB(m, sqrt)
1440 1440
1441 AC_CHECK_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ 1441 AC_CHECK_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \
1442 random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \ 1442 random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \
1443 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale) 1443 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale utimes)
1444 1444
1445 # Check this now, so that we will NOT find the above functions in ncurses. 1445 # Check this now, so that we will NOT find the above functions in ncurses.
1446 # That is because we have not set up to link ncurses in lib-src. 1446 # That is because we have not set up to link ncurses in lib-src.
1447 # It's better to believe a function is not available 1447 # It's better to believe a function is not available
1448 # than to expect to find it in ncurses. 1448 # than to expect to find it in ncurses.