summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-08-05 04:50:37 +0000
committerEric Christopher <echristo@gmail.com>2015-08-05 04:50:37 +0000
commit54e7362f181d3b526e1f1ddae78f279689e5e35b (patch)
tree946b0056fd414d5da2f588232d0ff85140e2c991 /autoconf
parent377a98477dffb81146d9d2623d4b41969d565bed (diff)
Remove the unused header check for utime.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244011 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 45856cf23ce..bfba92e8b82 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -1797,7 +1797,6 @@ AC_LANG_POP([C++])
AC_CHECK_HEADERS([dlfcn.h execinfo.h fcntl.h inttypes.h link.h])
AC_CHECK_HEADERS([malloc.h setjmp.h signal.h stdint.h termios.h unistd.h])
-AC_CHECK_HEADERS([utime.h])
AC_CHECK_HEADERS([sys/mman.h sys/param.h sys/resource.h sys/time.h sys/uio.h])
AC_CHECK_HEADERS([sys/ioctl.h malloc/malloc.h mach/mach.h])
AC_CHECK_HEADERS([valgrind/valgrind.h])