]> granicus.if.org Git - file/commitdiff
PR/75: wylda: --enable-zlib doesn't
authorChristos Zoulas <christos@zoulas.com>
Sun, 7 Apr 2019 18:04:58 +0000 (18:04 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sun, 7 Apr 2019 18:04:58 +0000 (18:04 +0000)
configure.ac

index 711c05ae80a14c023ccd7d3db334f7b437cd7e24..e1fd48ab6113527204244aa19620cc9d635d4a76 100644 (file)
@@ -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)