Changeset 1637

Show
Ignore:
Timestamp:
06/28/08 21:03:52 (2 months ago)
Author:
common
Message:

libemu

  • remove interactive-hooks from configure and README
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libemu/trunk/README

    r1383 r1637  
    3131 
    3232 
    33 --enable-interactive-hooks 
    34                         enable interactive hooks (dangerous!)[default=no] 
    35         the win32 api hooks get interactive, proxying the calls to the host operating system,  
    36         dangerous as it allows remote code execution, but very usefull for profiling 
    3733 
  • libemu/trunk/configure.ac

    r1607 r1637  
    122122 
    123123 
    124 dnl ************************************************** 
    125 dnl * interactive hooks                              * 
    126 dnl ************************************************** 
    127  
    128 AC_MSG_CHECKING(if hooks should be interactive) 
    129 AC_ARG_ENABLE([interactive-hooks], 
    130               [AS_HELP_STRING(--enable-interactive-hooks, enable interactive hooks (dangerous!)[[default=no]])], 
    131               [enable_interactive_hooks=${enableval}], [enable_interactive_hooks="yes"]) 
    132 if test x"$enable_interactive_hooks" = "xyes"; then 
    133       AC_DEFINE([HAVE_INTERACTIVE_HOOKS], 1, [enable interactive hooks]) 
    134 fi 
    135 AC_MSG_RESULT($enable_interactive_hooks) 
     124#dnl ************************************************** 
     125#dnl * interactive hooks                              * 
     126#dnl ************************************************** 
     127
     128#AC_MSG_CHECKING(if hooks should be interactive) 
     129#AC_ARG_ENABLE([interactive-hooks], 
     130#             [AS_HELP_STRING(--enable-interactive-hooks, enable interactive hooks (dangerous!)[[default=no]])], 
     131#             [enable_interactive_hooks=${enableval}], [enable_interactive_hooks="yes"]) 
     132#if test x"$enable_interactive_hooks" = "xyes"; then 
     133#     AC_DEFINE([HAVE_INTERACTIVE_HOOKS], 1, [enable interactive hooks]) 
     134#fi 
     135#AC_MSG_RESULT($enable_interactive_hooks) 
    136136 
    137137 
     
    248248echo 
    249249echo "*** libemu configuration ***" 
    250 echo "general" 
    251 echo " - interactive hooks               : $enable_interactive_hooks" 
    252250echo "" 
    253251echo "bindings"