From: Karel Zak Date: Mon, 15 Oct 2007 12:17:14 +0000 (+0200) Subject: build-sys: add err.h check X-Git-Tag: v2.14-rc1~223 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66ed63a1fea52ffe20ff21d0605aefe640375082;p=thirdparty%2Futil-linux.git build-sys: add err.h check Signed-off-by: Karel Zak --- diff --git a/configure.ac b/configure.ac index b23395fd57..7005b5ce71 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])])