Mercurial > emacs
changeset 31223:bceceed9ef87
Check <strings.h>; check `index' and `rindex'
functions.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 28 Aug 2000 15:01:07 +0000 |
parents | 50b63dd65faf |
children | fa7a79afcbf7 |
files | configure.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Mon Aug 28 14:42:49 2000 +0000 +++ b/configure.in Mon Aug 28 15:01:07 2000 +0000 @@ -1313,7 +1313,7 @@ dnl checks for header files AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ - termcap.h stdio_ext.h fcntl.h term.h) + termcap.h stdio_ext.h fcntl.h term.h strings.h) AC_HEADER_STDC AC_HEADER_TIME AC_DECL_SYS_SIGLIST @@ -1907,7 +1907,7 @@ 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 getwd shutdown strftime getaddrinfo \ -__fpending mblen mbrlen strsignal setitimer ualarm) +__fpending mblen mbrlen strsignal setitimer ualarm index rindex) AC_FUNC_MKTIME if test "$ac_cv_func_working_mktime" = no; then