[llvm-commits] CVS: llvm/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Sat Jan 15 18:58:52 PST 2005
Changes in directory llvm/autoconf:
configure.ac updated: 1.162 -> 1.163
---
Log message:
Provide support for HP/UX aCC compiler's variant of hash_map and hash_set
(RogueWave). These are implemented in rw/stdex/hash_map.h and
rw/stdex/hash_set.h on HP/UX.
---
Diffs of the changes: (+1 -0)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.162 llvm/autoconf/configure.ac:1.163
--- llvm/autoconf/configure.ac:1.162 Wed Jan 5 11:57:28 2005
+++ llvm/autoconf/configure.ac Sat Jan 15 20:58:38 2005
@@ -423,6 +423,7 @@
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([rw/stdex/hash_map.h rw/stdex/hash_set.h])
dnl===-----------------------------------------------------------------------===
dnl===
More information about the llvm-commits
mailing list