From: Christos Zoulas Date: Sun, 7 Apr 2019 18:04:58 +0000 (+0000) Subject: PR/75: wylda: --enable-zlib doesn't X-Git-Tag: FILE5_37~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8874618d9f7ae94d170f051eeb786f671b2ebfd;p=file PR/75: wylda: --enable-zlib doesn't --- diff --git a/configure.ac b/configure.ac index 711c05ae..e1fd48ab 100644 --- a/configure.ac +++ b/configure.ac @@ -35,13 +35,13 @@ fi], [ ]) AC_MSG_CHECKING(for zlib support) -AC_ARG_ENABLE(zlib, -[AS_HELP_STRING([--disable-zlib], [disable zlib compression support @<:@default=auto@:>@])]) +AC_ARG_ENABLE([zlib], +[AS_HELP_STRING([--disable-zlib], [disable zlib compression support @<:@default=auto@:>@])], [], [enable_zlib=yes]) AC_MSG_RESULT($enable_zlib) AC_MSG_CHECKING(for libseccomp support) -AC_ARG_ENABLE(libseccomp, -[AS_HELP_STRING([--disable-libseccomp], [disable libseccomp sandboxing @<:@default=auto@:>@])]) +AC_ARG_ENABLE([libseccomp], +[AS_HELP_STRING([--disable-libseccomp], [disable libseccomp sandboxing @<:@default=auto@:>@])], [], [enable_seccomp=yes]) AC_MSG_RESULT($enable_libseccomp) AC_MSG_CHECKING(for file formats in man section 5)