summaryrefslogtreecommitdiff
path: root/autoconf/configure.ac
diff options
context:
space:
mode:
authorDuraid Madina <duraid@octopus.com.au>2006-01-23 06:47:56 +0000
committerDuraid Madina <duraid@octopus.com.au>2006-01-23 06:47:56 +0000
commit44b4d9fa70247cbd9a4cdd5693fe72c0ddd72760 (patch)
tree615271ad7fe394000169832b9ffadff2a315dca3 /autoconf/configure.ac
parente46f6e99a08ce514ecb832f48213f5c3d3f94e93 (diff)
downloadllvm-44b4d9fa70247cbd9a4cdd5693fe72c0ddd72760.tar.gz
llvm-44b4d9fa70247cbd9a4cdd5693fe72c0ddd72760.tar.bz2
llvm-44b4d9fa70247cbd9a4cdd5693fe72c0ddd72760.tar.xz
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
Diffstat (limited to 'autoconf/configure.ac')
-rw-r--r--autoconf/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index c9741c53a2..831fd0c42c 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