X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=bc14b4dbd3af041f020add55a67676d5a01239bc;hb=ac3f50caa50835a429fc59d9168799bbb6e24fb9;hp=a510026a0bfe68a05f25e370eacb95b44b33f50c;hpb=4db6d587c37c0357d20c79bf1a7c9afd4c7ced61;p=elogind.git diff --git a/configure.ac b/configure.ac index a510026a0..bc14b4dbd 100644 --- a/configure.ac +++ b/configure.ac @@ -242,6 +242,13 @@ if test "x$enable_libcryptsetup" != "xno"; then fi AM_CONDITIONAL(HAVE_LIBCRYPTSETUP, [test "$have_libcryptsetup" = "yes"]) +have_binfmt=no +AC_ARG_ENABLE(binfmt, AS_HELP_STRING([--disable-binfmt], [disable binfmt tool])) +if test "x$enable_binfmt" != "xno"; then + have_binfmt=yes +fi +AM_CONDITIONAL(ENABLE_BINFMT, [test "$have_binfmt" = "yes"]) + have_gtk=no AC_ARG_ENABLE(gtk, AS_HELP_STRING([--disable-gtk], [disable GTK tools])) if test "x$enable_gtk" != "xno"; then @@ -481,6 +488,7 @@ echo " PAM: ${have_pam} AUDIT: ${have_audit} SELinux: ${have_selinux} + binfmt: ${have_binfmt} prefix: ${prefix} root dir: ${with_rootdir} udev rules dir: ${with_udevrulesdir}