diff options
author | NIIBE Yutaka <[email protected]> | 2021-08-05 01:18:04 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2021-08-05 01:18:04 +0000 |
commit | a89f13726d08413d4bddcb6afed402de1de9e4fd (patch) | |
tree | 8911062b7456a016488208dc7520d6155a8ba4cc | |
parent | common: Pass XDG_SESSION_TYPE and QT_QPA_PLATFORM envvars to pinentry (diff) | |
download | gnupg-a89f13726d08413d4bddcb6afed402de1de9e4fd.tar.gz gnupg-a89f13726d08413d4bddcb6afed402de1de9e4fd.zip |
build: Update checking headers.
* configure.ac (AC_CHECK_HEADERS): Remove pty.h utmp.h, util.h,
and libutil.h.
--
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7b398f3df..314434fb0 100644 --- a/configure.ac +++ b/configure.ac @@ -1358,8 +1358,8 @@ fi AC_MSG_NOTICE([checking for header files]) AC_HEADER_STDC AC_CHECK_HEADERS([string.h unistd.h langinfo.h termio.h locale.h getopt.h \ - pty.h utmp.h pwd.h inttypes.h signal.h sys/select.h \ - stdint.h signal.h util.h libutil.h termios.h \ + pwd.h inttypes.h signal.h sys/select.h \ + stdint.h signal.h termios.h \ ucred.h sys/ucred.h sys/sysmacros.h sys/mkdev.h]) AC_HEADER_TIME |