mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
more ifdef's to make it work with Red Hat Enterprise Linux 4's 2.6.9-based
2006-02-17 Bastien Nocera <hadess@hadess.net> * configure.ac: * module/sysprof-module.c: (timer_notify), (sysprof_open), (sysprof_release): more ifdef's to make it work with Red Hat Enterprise Linux 4's 2.6.9-based kernel
This commit is contained in:
committed by
Bastien Nocera
parent
58a1cf37ef
commit
0a592c152a
@ -61,9 +61,9 @@ if test $kernel_module = "yes"; then
|
||||
KMINOR=`uname -r | cut -d"." -f 2`
|
||||
KMICRO=`uname -r | cut -d"." -f 3 | cut -d"-" -f 1`
|
||||
|
||||
if [[ $KMICRO -lt 11 ]] ; then
|
||||
if [[ $KMICRO -lt 9 ]] ; then
|
||||
echo \*
|
||||
echo \* Linux \>= 2.6.11 is required
|
||||
echo \* Linux \>= 2.6.9 is required
|
||||
echo \*
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user