Dear all, in experimenting a bit with configure options I found the --without-capng option (as reported by configure --help) giving the following warning (and having no effect): > configure: WARNING: unrecognized options: --without-capng Looking into configure.ac I found the option should probably be named --without-cap_ng (AC_ARG_WITH([cap_ng],...). But using this the configure script dies with the following message: > configure: error: conditional "HAVE_CAP_NG" was never defined. > Usually this means the macro was only invoked conditionally. --without-cap-ng produces the same result. I tried fiddling around with the autoconf macros but got no further than that. Marcus -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html