Changeset 39
- Timestamp:
- May 22, 2006, 8:53:32 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r32 r39 1670 1670 khidemap="${enableval}" 1671 1671 fi 1672 sh_syscalltable=` grep 'Dsys_call_table' ${khidemap} | awk '{print $1}'`1672 sh_syscalltable=`egrep '(D|d|R|r) sys_call_table' ${khidemap} | awk '{print $1}'` 1673 1673 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}]) 1678 1675 fi 1679 1676 sh_syscalltable="0x${sh_syscalltable}"
Note:
See TracChangeset
for help on using the changeset viewer.