emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7e490dd6397 2/2: * configure.ac: Cease suppressing detection of u


From: Po Lu
Subject: master 7e490dd6397 2/2: * configure.ac: Cease suppressing detection of utmp.h.
Date: Sun, 21 Jan 2024 20:01:10 -0500 (EST)

branch: master
commit 7e490dd63979e2695605205f0bb4fa5131f8c2d9
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    * configure.ac: Cease suppressing detection of utmp.h.
---
 configure.ac | 6 ------
 1 file changed, 6 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]