]> granicus.if.org Git - llvm/commitdiff
Do not check for strings.h. This is an old, old, old pre-C89 header that
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 22 Oct 2003 17:52:56 +0000 (17:52 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 22 Oct 2003 17:52:56 +0000 (17:52 +0000)
absolutely nothing should be using (and it looks like nothing IS using it).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9381 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac

index 1aa99af565abcfa11d216a502a6b7672b80f4319..6912ce142629c70de3ad03d7d476bd73b264a2c0 100644 (file)
@@ -430,7 +430,7 @@ dnl Check for ANSI C/POSIX header files
 AC_CHECK_HEADERS(assert.h fcntl.h limits.h sys/time.h unistd.h errno.h signal.h math.h)
 
 dnl Check for system specific header files
-AC_CHECK_HEADERS(malloc.h strings.h sys/mman.h sys/resource.h)
+AC_CHECK_HEADERS(malloc.h sys/mman.h sys/resource.h)
 
 dnl Check for header files associated with dlopen and friends
 AC_CHECK_HEADERS(dlfcn.h link.h)