From: Duraid Madina Date: Mon, 23 Jan 2006 06:47:56 +0000 (+0000) Subject: don't need this any more; the "#define hashes to trees" hack is coming X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=44b4d9fa70247cbd9a4cdd5693fe72c0ddd72760;p=oota-llvm.git don't need this any more; the "#define hashes to trees" hack is coming git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25531 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/autoconf/configure.ac b/autoconf/configure.ac index c9741c53a2f..831fd0c42c5 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -497,7 +497,6 @@ AC_CHECK_HEADERS([dlfcn.h execinfo.h fcntl.h inttypes.h limits.h link.h]) AC_CHECK_HEADERS([malloc.h signal.h stdint.h unistd.h utime.h windows.h]) AC_CHECK_HEADERS([sys/mman.h sys/param.h sys/resource.h sys/time.h sys/types.h]) AC_CHECK_HEADERS([malloc/malloc.h]) -AC_CHECK_HEADERS([rw/stdex/hash_map.h rw/stdex/hash_set.h]) if test "$ENABLE_THREADS" -eq 1 ; then AC_CHECK_HEADERS(pthread.h) fi