diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0d06592b53..f61c04cac8 100644 --- a/configure.ac +++ b/configure.ac @@ -60,7 +60,8 @@ AC_SUBST([guix_localstatedir]) AC_SUBST([guix_sysconfdir]) AC_SUBST([guix_sbindir]) -GUIX_CHECK_FILE_NAME_LIMITS +GUIX_CHECK_FILE_NAME_LIMITS([can_run_tests]) +AM_CONDITIONAL([CAN_RUN_TESTS], [test "x$can_run_tests" = "xyes"]) dnl We require pkg.m4 (from pkg-config) and guile.m4 (from Guile.) dnl Make sure they are available. |