aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-30 16:31:48 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-30 16:31:48 +0000
commit559a6c136da72a69987fe91c39bc8b857b21eac5 (patch)
tree4f021539d68cc304d7708a2a21cc95ccfd767fb3 /autoconf
parent12399a13c853c6e5ee62ad8a2932d9f3c3e80fa9 (diff)
downloadexternal_llvm-559a6c136da72a69987fe91c39bc8b857b21eac5.zip
external_llvm-559a6c136da72a69987fe91c39bc8b857b21eac5.tar.gz
external_llvm-559a6c136da72a69987fe91c39bc8b857b21eac5.tar.bz2
Added conditional configuration of poolalloc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8765 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index dd180c8..8549338 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -35,6 +35,11 @@ then
AC_CONFIG_SUBDIRS(projects/reopt)
fi
+if test -d ${srcdir}/projects/poolalloc
+then
+ AC_CONFIG_SUBDIRS(projects/poolalloc)
+fi
+
dnl Configure a header file
AC_CONFIG_HEADERS(include/Config/config.h)
AC_CONFIG_MAKEFILE(Makefile)