summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2007-10-15 14:17:14 +0200
committerKarel Zak2007-10-16 12:30:57 +0200
commit66ed63a1fea52ffe20ff21d0605aefe640375082 (patch)
tree5418c0348ec6804e735eff3bc75216da305d8cbb /configure.ac
parenttests: fix blkid cache usage (diff)
downloadkernel-qcow2-util-linux-66ed63a1fea52ffe20ff21d0605aefe640375082.tar.gz
kernel-qcow2-util-linux-66ed63a1fea52ffe20ff21d0605aefe640375082.tar.xz
kernel-qcow2-util-linux-66ed63a1fea52ffe20ff21d0605aefe640375082.zip
build-sys: add err.h check
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b23395fd5..7005b5ce7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,8 @@ AC_CHECK_HEADERS(
sys/user.h \
rpcsvc/nfs_prot.h \
sys/io.h \
- pty.h])
+ pty.h \
+ err.h])
AC_CHECK_HEADERS([linux/raw.h],
[AM_CONDITIONAL([HAVE_RAW], [true])],
[AM_CONDITIONAL([HAVE_RAW], [false])])