From 72ba0b7e5e5baf79fa4f33000e45d2ad48d54708 Mon Sep 17 00:00:00 2001 From: startx2017 Date: Sun, 28 Feb 2021 07:49:20 -0500 Subject: compile time: disable --output --- configure.ac | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b2e9a7b86..0556da374 100644 --- a/configure.ac +++ b/configure.ac @@ -77,6 +77,14 @@ AC_SUBST(HAVE_OVERLAYFS) # AC_SUBST(HAVE_OVERLAYFS) #]) +HAVE_OUTPUT="" +AC_ARG_ENABLE([output], + AS_HELP_STRING([--disable-output], [disable --output logging])) +AS_IF([test "x$enable_output" != "xno"], [ + HAVE_OUTPUT="-DHAVE_OUTPUT" + AC_SUBST(HAVE_OUTPUT) +]) + HAVE_USERTMPFS="" AC_ARG_ENABLE([usertmpfs], AS_HELP_STRING([--disable-usertmpfs], [disable tmpfs as regular user])) @@ -253,6 +261,7 @@ echo " file transfer support: $HAVE_FILE_TRANSFER" echo " overlayfs support: $HAVE_OVERLAYFS" echo " DBUS proxy support: $HAVE_DBUSPROXY" echo " allow tmpfs as regular user: $HAVE_USERTMPFS" +echo " enable --ouput logging: $HAVE_OUTPUT" echo " Manpage support: $HAVE_MAN" echo " firetunnel support: $HAVE_FIRETUNNEL" echo " busybox workaround: $BUSYBOX_WORKAROUND" -- cgit v1.2.3-70-g09d2