Changeset 443 for trunk/configure.ac


Ignore:
Timestamp:
Oct 27, 2013, 9:13:08 PM (11 years ago)
Author:
katerina
Message:

Fix for ticket #347 (the --enable-khide option does not work on Linux 3.x)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r441 r443  
    20642064        [
    20652065        if test "x${enable_khide}" != xno; then
     2066
     2067           kernel_testsupport=`uname -r | sed s,^3.*,LINUX3,`
     2068           if test "x${kernel_testsupport}" = "xLINUX3"; then
     2069              AC_MSG_ERROR([The --enable-khide option is not supported on Linux kernel version 3.x or above.])
     2070           fi
     2071
    20662072           if test "x${enableval}" != "xyes"; then
    20672073                khidemap="${enableval}"
Note: See TracChangeset for help on using the changeset viewer.