summaryrefslogtreecommitdiff
blob: 8af4f022b7d62857621053c20c2eeba076f4f5eb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- configure.in.orig	2003-08-15 11:11:58.083530432 -0500
+++ configure.in	2003-08-15 11:11:24.500635808 -0500
@@ -97,7 +97,7 @@
 kernel=`uname -r`
 
 case "${kernel}" in
-     2.5.*) 
+     2.5.*|2.6.*) 
 	    AC_MSG_RESULT([2.5 family (${kernel})])
 	    AC_DEFINE([KERNEL_2_5], 1, [Define to 1 if you're using Linux 2.5.x])
 	    ;;