diff options
Diffstat (limited to 'autoconf')
| -rw-r--r-- | autoconf/configure.ac | 5 |
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) |
