Changeset 39 for trunk/configure.ac


Ignore:
Timestamp:
May 22, 2006, 8:53:32 PM (18 years ago)
Author:
rainer
Message:

Check System.map for sys_call_table in read-only section.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r32 r39  
    16701670                khidemap="${enableval}"
    16711671           fi
    1672            sh_syscalltable=`grep 'D sys_call_table' ${khidemap} | awk '{print $1}'`
     1672           sh_syscalltable=`egrep '(D|d|R|r) sys_call_table' ${khidemap} | awk '{print $1}'`
    16731673           if test x"$sh_syscalltable" = x; then
    1674                 sh_syscalltable=`grep 'd sys_call_table' ${khidemap} | awk '{print $1}'`
    1675                 if test x"$sh_syscalltable" = x; then
    1676                         AC_MSG_ERROR([--enable-khide: symbol sys_call_table not found in ${khidemap}])
    1677                 fi
     1674                AC_MSG_ERROR([--enable-khide: symbol sys_call_table not found in ${khidemap}])
    16781675           fi
    16791676           sh_syscalltable="0x${sh_syscalltable}"
Note: See TracChangeset for help on using the changeset viewer.