aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2018-01-26 01:42:31 +0000
committerNIIBE Yutaka <[email protected]>2018-01-26 01:42:31 +0000
commitd7207b39b71d1b07c4cddac602f29ec583f6d1ad (patch)
tree02f8774e7ed306c782a5f30eb7d477d346d602c4 /configure.ac
parentagent: More fix for get_client_pid for portability. (diff)
downloadgnupg-d7207b39b71d1b07c4cddac602f29ec583f6d1ad.tar.gz
gnupg-d7207b39b71d1b07c4cddac602f29ec583f6d1ad.zip
agent: Fix last commit.
* configure.ac: Check ucred.h as well as sys/ucred.h. * agent/command-ssh.c: Add inclusion of ucred.h. -- It was T2981, adding ucred.h for Solaris. We also need sys/ucred.h for FreeBSD and macOS. Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 424ce7be1..420af92f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1278,7 +1278,7 @@ 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 \
- sys/ucred.h sys/sysmacros.h sys/mkdev.h])
+ ucred.h sys/ucred.h sys/sysmacros.h sys/mkdev.h])
AC_HEADER_TIME