diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b2880303..c401d393 100644 --- a/configure.ac +++ b/configure.ac @@ -249,6 +249,9 @@ fi # Testing section +# Bind Makefile needs to know ATF is not included. +AM_CONDITIONAL(BIND_ATF, 0) + DISTCHECK_ATF_CONFIGURE_FLAG= atf_path="no" AC_ARG_WITH([atf], |