* configure.ac: Cease suppressing detection of utmp.h.
This commit is contained in:
parent
3b7518e3d1
commit
7e490dd639
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue