aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-17 20:56:18 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-17 20:56:18 +0000
commitbc54862b593e8aa68765b0918403d8d54362012e (patch)
treeaba0a190cd989e9ed2326f8b0ce90159017654ea /autoconf
parent269e9519269b3f3fd5a43e4a1ac957f841901eb6 (diff)
downloadexternal_llvm-bc54862b593e8aa68765b0918403d8d54362012e.zip
external_llvm-bc54862b593e8aa68765b0918403d8d54362012e.tar.gz
external_llvm-bc54862b593e8aa68765b0918403d8d54362012e.tar.bz2
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76235 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 43fbc4f..a9a6da7 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -1262,7 +1262,7 @@ dnl files can be updated automatically when their *.in sources change.
AC_CONFIG_HEADERS([include/llvm/Config/config.h])
AC_CONFIG_FILES([include/llvm/Config/Targets.def])
AC_CONFIG_FILES([include/llvm/Config/AsmPrinters.def])
-AC_CONFIG_FILES([include/llvm/Config/AsmParser.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])