From: Po Lu Date: Mon, 22 Jan 2024 00:48:19 +0000 (+0800) Subject: * configure.ac: Cease suppressing detection of utmp.h. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~2862 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7e490dd63979e2695605205f0bb4fa5131f8c2d9;p=emacs.git * configure.ac: Cease suppressing detection of utmp.h. --- diff --git a/configure.ac b/configure.ac index dffe7696ac5..55f742ba8ef 100644 --- a/configure.ac +++ b/configure.ac @@ -160,12 +160,6 @@ variable when you ran configure.]) ;; esac AC_MSG_RESULT([$host_alias]) - - # Suppress the detection of utmpx.h on Android versions older than - # 34, for the header will be present yet define no functions, - # which Gnulib is not prepared to handle. - AS_IF([test "$ANDROID_SDK" -lt "34"], - [ac_cv_header_utmpx_h=no]) fi AC_CANONICAL_HOST