projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b7518e
)
* configure.ac: Cease suppressing detection of utmp.h.
author
Po Lu
<luangruo@yahoo.com>
Mon, 22 Jan 2024 00:48:19 +0000
(08:48 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Mon, 22 Jan 2024 00:48:19 +0000
(08:48 +0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index dffe7696ac5b23b4a391fcb1eb9470ec3633f0f6..55f742ba8ef06b6c0446f64be55418968427ca34 100644
(file)
--- 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