From 59168691c0d410f818350ab9d83515aafa4b4591 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 24 Sep 2009 12:42:50 +0200 Subject: libcompat: Define WCOREDUMP only if the system does not have it Due to being included first, WCOREDUMP was being defined always to the dummy version. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d0c3e3d4e..c678c309b 100644 --- a/configure.ac +++ b/configure.ac @@ -95,6 +95,7 @@ DPKG_C_ATTRIBUTE # Checks for library functions. DPKG_FUNC_VA_COPY +DPKG_CHECK_DECL([WCOREDUMP], [sys/wait.h]) DPKG_CHECK_COMPAT_FUNCS([getopt getopt_long obstack_free \ vsnprintf snprintf strnlen strerror strsignal \ scandir alphasort unsetenv]) -- cgit v1.2.3