1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Do not check for strings.h. This is an old, old, old pre-C89 header that

absolutely nothing should be using (and it looks like nothing IS using it).

llvm-svn: 9381
This commit is contained in:
Brian Gaeke 2003-10-22 17:52:56 +00:00
parent 734a84b7ad
commit 42de76c728

View 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)