diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-01-04 21:04:25 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-01-04 21:04:25 +0100 |
commit | 4e16c593782e65abeb53a6bff621146261127da0 (patch) | |
tree | ff33ab09d7e5aaf1ce068c24b004c5a08b751d66 /configure.ac | |
parent | b2fd258d6285e882698ac5876345b9b27a0f4d4f (diff) | |
download | blogc-4e16c593782e65abeb53a6bff621146261127da0.tar.gz blogc-4e16c593782e65abeb53a6bff621146261127da0.tar.bz2 blogc-4e16c593782e65abeb53a6bff621146261127da0.zip |
git-receiver: do not run blogc-make tests if blogc-make is not built
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8b3b44e..6e6b490 100644 --- a/configure.ac +++ b/configure.ac @@ -122,6 +122,7 @@ AS_IF([test "x$enable_make" = "xyes" -o "x$enable_make_embedded" = "xyes"], [ AM_CONDITIONAL([BUILD_MAKE], [test "x$have_make" = "xyes"]) AM_CONDITIONAL([BUILD_MAKE_LIB], [test "x$have_make_lib" = "xyes"]) AM_CONDITIONAL([BUILD_MAKE_EMBEDDED], [test "x$have_make_embedded" = "xyes"]) +AC_SUBST(MAKE_) RUNSERVER="disabled" AC_ARG_ENABLE([runserver], AS_HELP_STRING([--enable-runserver], |