diff options
author | Gabor Greif <ggreif@gmail.com> | 2009-08-27 17:07:35 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2009-08-27 17:07:35 +0000 |
commit | 4c75054b0149750219fe6edb8e25ddd8f7af6920 (patch) | |
tree | 8cfde8d1b675cbcc4c0633cf2c8f0464760e6da1 /autoconf | |
parent | b5fb4282cd2968be81a853c0f3199d167e402bdf (diff) | |
download | external_llvm-4c75054b0149750219fe6edb8e25ddd8f7af6920.zip external_llvm-4c75054b0149750219fe6edb8e25ddd8f7af6920.tar.gz external_llvm-4c75054b0149750219fe6edb8e25ddd8f7af6920.tar.bz2 |
re-apply r80197, now that iterator.h is not mentioned any more
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80254 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 173341a..49ab037 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]) |