Automatically add the Bochs keyboard hack when --bochs-debug is used in the configure script.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1221 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Bruno G. Albuquerque
2002-09-28 01:37:00 +00:00
parent 285c5708a2
commit b1b72e8797
3 changed files with 3 additions and 1 deletions
Vendored
+1
View File
@@ -90,5 +90,6 @@ cat << EOF > BuildConfig
FLOPPY_PATH ?= "$floppy" ;
GCC_PATH ?= ${GCC_PATH} ;
BOCHS_E9_HACK ?= $bochs_debug ;
BOCHS_INPUT_HACK ?= $bochs_debug ;
EOF