From b764619dc8ba58f03b0ff8e8d968774ef07fca3f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 19 Mar 1996 08:06:44 +0000 Subject: [PATCH] Test HAVE_LINUX_VERSION_H, not HAVE_VERSION_H. --- src/s/gnu-linux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 712b5ce5326..ba868bcd645 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -41,13 +41,13 @@ Boston, MA 02111-1307, USA. */ it is safe to use SIGIO. */ #ifndef NOT_C_CODE #ifdef emacs -#ifdef HAVE_VERSION_H +#ifdef HAVE_LINUX_VERSION_H #include #if LINUX_VERSION_CODE > 0x10200 #define LINUX_SIGIO_DOES_WORK #endif /* LINUX_VERSION_CODE > 0x10200 */ -#endif /* HAVE_VERSION_H */ +#endif /* HAVE_LINUX_VERSION_H */ #endif /* emacs */ #endif /* NOT_C_CODE */ -- 2.39.2