summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2021-08-05 03:18:04 +0200
committerNIIBE Yutaka <gniibe@fsij.org>2021-08-05 03:18:04 +0200
commita89f13726d08413d4bddcb6afed402de1de9e4fd (patch)
tree8911062b7456a016488208dc7520d6155a8ba4cc /configure.ac
parentcommon: Pass XDG_SESSION_TYPE and QT_QPA_PLATFORM envvars to pinentry (diff)
downloadgnupg2-a89f13726d08413d4bddcb6afed402de1de9e4fd.tar.xz
gnupg2-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 <gniibe@fsij.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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