Not working

This commit is contained in:
Caleb Herpin 2021-07-28 17:07:22 -05:00
parent 9981865c3e
commit 730cd4cc76
2 changed files with 69 additions and 1929 deletions

View File

@ -362,12 +362,12 @@ AC_SUBST([TRICK_OFFLINE])
#AC_SUBST([TRICK_MONGOOSE])
AC_ARG_ENABLE([civet],
AS_HELP_STRING([--disable-civet], [Compilel Trick without webserver capabilities.]),
AS_IF([test "x$disable_mongoose" = xyes]),
AS_HELP_STRING([--disable-civet], [Compile Trick without webserver capabilites.]),
AS_IF([test "x$disable_civet" = xyes],
[
TRICK_CIVET="0"
TRICK_CIVET="1"
],
[TRICK_CIVET="1"]
[TRICK_CIVET="0"]
),
[TRICK_CIVET="0"]
)

1986
configure vendored

File diff suppressed because it is too large Load Diff