summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2008-01-22 10:23:41 +0200
committerGuillem Jover <guillem@debian.org>2008-01-22 10:23:41 +0200
commit71fb065e106162f9615eda31743696bcd78f18f1 (patch)
treef58ed1d85e0bf15303abe1e57b941ee34845eb05 /configure.ac
parent088b8e9a2930a2af0011d7e60d816f75158b3d14 (diff)
downloaddpkg-71fb065e106162f9615eda31743696bcd78f18f1.tar.gz
Check for 'stddef.h' in AC_CHECK_HEADERS
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 645431801..aaf51d07b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,7 +72,7 @@ fi
# Checks for header files.
AC_HEADER_STDC
-AC_CHECK_HEADERS([error.h locale.h sys/cdefs.h kvm.h])
+AC_CHECK_HEADERS([stddef.h error.h locale.h sys/cdefs.h kvm.h])
DPKG_CHECK_DEFINE(TIOCNOTTY, [sys/ioctl.h])
# Checks for typedefs, structures, and compiler characteristics.