Made the new PIT the default.

This commit is contained in:
Gregory Alexander 2001-08-18 14:15:41 +00:00
parent 9aa7a88028
commit d9fd468ff4
2 changed files with 4 additions and 4 deletions

4
bochs/configure vendored
View File

@ -2764,9 +2764,9 @@ EOF
fi
else
echo "$ac_t""no" 1>&6
echo "$ac_t""yes" 1>&6
cat >> confdefs.h <<\EOF
#define BX_USE_NEW_PIT 0
#define BX_USE_NEW_PIT 1
EOF

View File

@ -92,8 +92,8 @@ AC_ARG_ENABLE(new-pit,
AC_DEFINE(BX_USE_NEW_PIT, 0)
fi],
[
AC_MSG_RESULT(no)
AC_DEFINE(BX_USE_NEW_PIT, 0)
AC_MSG_RESULT(yes)
AC_DEFINE(BX_USE_NEW_PIT, 1)
]
)
AC_SUBST(BX_USE_NEW_PIT)