summaryrefslogtreecommitdiff
path: root/autoconf/configure.ac
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-08-26 21:36:59 +0000
committerGabor Greif <ggreif@gmail.com>2009-08-26 21:36:59 +0000
commita626e16b383e559503df32169f76f6ab9e5a7b37 (patch)
tree69541ea9993001e75e8f15cff8f5cb38aaefd0c4 /autoconf/configure.ac
parentd44fff7849034fc17d6a0e9f9926542865bb7881 (diff)
downloadllvm-a626e16b383e559503df32169f76f6ab9e5a7b37.tar.gz
llvm-a626e16b383e559503df32169f76f6ab9e5a7b37.tar.bz2
llvm-a626e16b383e559503df32169f76f6ab9e5a7b37.tar.xz
nobody includes llvm/ADT/iterator.h any more,
so get rid of this monstrosity. iterator.h.in is scheduled for deletion in my working copy, but I wait till I see that configure gets regenerated, as it depends on it. I'll commit then. There are still some AC_* tests in the configure.ac dealing with iterators, those can be zapped probably too. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80147 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 173341a054..49ab0376ef 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -1314,7 +1314,6 @@ AC_CONFIG_FILES([include/llvm/Config/Targets.def])
AC_CONFIG_FILES([include/llvm/Config/AsmPrinters.def])
AC_CONFIG_FILES([include/llvm/Config/AsmParsers.def])
AC_CONFIG_HEADERS([include/llvm/Support/DataTypes.h])
-AC_CONFIG_HEADERS([include/llvm/ADT/iterator.h])
dnl Configure the makefile's configuration data
AC_CONFIG_FILES([Makefile.config])