From: Roland McGrath Date: Mon, 16 Dec 2002 09:53:38 +0000 (+0000) Subject: 2002-12-15 Roland McGrath X-Git-Tag: v4.5.18~952 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7bc4be67eb8ffdd9c51035bd1211f5ebbfed04d;p=strace 2002-12-15 Roland McGrath * aclocal.m4 (AC_STAT64): Include before in test. Test our own #ifdef LINUX rather than predefined `linux'. --- diff --git a/aclocal.m4 b/aclocal.m4 index c1a0b21d..6d1ad192 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -310,7 +310,8 @@ dnl ### A macro to determine whether stat64 is defined. AC_DEFUN(AC_STAT64, [AC_MSG_CHECKING(for stat64 in (asm|sys)/stat.h) AC_CACHE_VAL(ac_cv_type_stat64, -[AC_TRY_COMPILE([#ifdef linux +[AC_TRY_COMPILE([#ifdef LINUX +#include #include #else #include