summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRuediger Meier2016-12-01 09:57:51 +0100
committerKarel Zak2016-12-07 12:35:24 +0100
commit77835be2737305c395b0aa18728464b075673555 (patch)
tree4d0a26c3d49c65aee5c155df541f6a347ffcb0c8 /configure.ac
parenttravis: let OSX auto-skip utmpx tools (diff)
downloadkernel-qcow2-util-linux-77835be2737305c395b0aa18728464b075673555.tar.gz
kernel-qcow2-util-linux-77835be2737305c395b0aa18728464b075673555.tar.xz
kernel-qcow2-util-linux-77835be2737305c395b0aa18728464b075673555.zip
agetty: re-add utmp.h for Debian GNU/kFreeBSD
It's needed there to get login_tty(). On normal FreeBSD we would need libutil.h. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index afb255e93..e9901bc81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -208,6 +208,7 @@ AC_CHECK_HEADERS([ \
getopt.h \
inttypes.h \
lastlog.h \
+ libutil.h \
linux/btrfs.h \
linux/cdrom.h \
linux/falloc.h \
@@ -257,6 +258,7 @@ AC_CHECK_HEADERS([ \
sys/un.h \
unistd.h \
shadow.h \
+ utmp.h \
utmpx.h \
])