]> code.delx.au - gnu-emacs/commitdiff
Test HAVE_LINUX_VERSION_H, not HAVE_VERSION_H.
authorRichard M. Stallman <rms@gnu.org>
Tue, 19 Mar 1996 08:06:44 +0000 (08:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 19 Mar 1996 08:06:44 +0000 (08:06 +0000)
src/s/gnu-linux.h

index 712b5ce5326d58a88d266ae4bc680b17ddd1f8a6..ba868bcd6457494b11683c800c4632a374825d48 100644 (file)
@@ -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 <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 */