changeset 14839:bc1d2478d392

Test HAVE_LINUX_VERSION_H, not HAVE_VERSION_H.
author Richard M. Stallman <rms@gnu.org>
date Tue, 19 Mar 1996 08:06:44 +0000
parents 81cc01a0f082
children dfbf6fd50825
files src/s/gnu-linux.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/gnu-linux.h	Tue Mar 19 08:06:10 1996 +0000
+++ b/src/s/gnu-linux.h	Tue Mar 19 08:06:44 1996 +0000
@@ -41,13 +41,13 @@
    it is safe to use SIGIO.  */
 #ifndef NOT_C_CODE
 #ifdef emacs
-#ifdef HAVE_VERSION_H
+#ifdef HAVE_LINUX_VERSION_H
 #include <linux/version.h>
 
 #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 */