diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-08-28 15:01:07 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-08-28 15:01:07 +0000 |
commit | 1c70a086f74b5a62c25a7851f78c83696554714b (patch) | |
tree | 9ca3a804fc205542098fb6c7183934ac96af8887 /configure.in | |
parent | 871882002ae8ec8d2e2c465cf228dc915420fb51 (diff) | |
download | emacs-1c70a086f74b5a62c25a7851f78c83696554714b.tar.gz |
Check <strings.h>; check `index' and `rindex'
functions.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index ba28984e8bc..f2be12849a2 100644 --- a/configure.in +++ b/configure.in @@ -1313,7 +1313,7 @@ AC_SUBST(LIBSOUND) 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 @@ rename closedir mkdir rmdir sysinfo \ 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 |