summaryrefslogtreecommitdiff
path: root/autoconf/configure.ac
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2007-03-21 21:38:25 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2007-03-21 21:38:25 +0000
commit099883f7eb4d1265b9c5f8fd416f3ac5f5fdb93c (patch)
treeeb91ea2ee9cac62b6c7dc6495d0dcbbc5b73a938 /autoconf/configure.ac
parentaceaf5d26ee137ef5bda6b70c99ceb1950d0b5a5 (diff)
downloadllvm-099883f7eb4d1265b9c5f8fd416f3ac5f5fdb93c.tar.gz
llvm-099883f7eb4d1265b9c5f8fd416f3ac5f5fdb93c.tar.bz2
llvm-099883f7eb4d1265b9c5f8fd416f3ac5f5fdb93c.tar.xz
Let the new backend begin!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35242 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf/configure.ac')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index ad73185f96..7039e5d644 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -376,7 +376,7 @@ case "$enableval" in
done
;;
esac
-TARGETS_TO_BUILD="CBackend $TARGETS_TO_BUILD"
+TARGETS_TO_BUILD="CBackend MSIL $TARGETS_TO_BUILD"
AC_SUBST(TARGETS_TO_BUILD,$TARGETS_TO_BUILD)
dnl Prevent the CBackend from using printf("%a") for floating point so older