From: Alejandro Colomar Date: Wed, 21 Dec 2022 16:59:30 +0000 (+0100) Subject: Assume always exists X-Git-Tag: 4.14.0-rc1~255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2da7607ea6880999b7a6d3d38a1338b5ab0ddd8a;p=thirdparty%2Fshadow.git Assume always exists We already made that assumption in commit b47aa1e9aaf4. While the header is not required by POSIX (it is an XSI extension), it is defined in systems that are of interest to this project (GNU/Linux). Fixes: b47aa1e9aaf4 ("Assume exists") Cc: Serge Hallyn Signed-off-by: Alejandro Colomar --- diff --git a/configure.ac b/configure.ac index 8320ff1a6..9d176d0b7 100644 --- a/configure.ac +++ b/configure.ac @@ -698,9 +698,6 @@ if test "$with_skey" = "yes"; then fi if test "$enable_utmpx" = "yes"; then - if test "$ac_cv_header_utmpx_h" != "yes"; then - AC_MSG_ERROR([The utmpx.h header file is required for utmpx support.]) - fi AC_DEFINE(USE_UTMPX, 1, [Define if utmpx should be used])