- help message for --enable-control-panel was broken

This commit is contained in:
Bryce Denney 2001-06-21 15:05:22 +00:00
parent 80a7541fed
commit a36d430306
2 changed files with 2 additions and 2 deletions

2
bochs/configure vendored
View File

@ -14,7 +14,7 @@ ac_default_prefix=/usr/local
ac_help="$ac_help
--with-x use the X Window System"
ac_help="$ac_help
--enable-control-panel allows split hard disk image"
--enable-control-panel turns on/off control panel"
ac_help="$ac_help
--enable-processors select number of processors (1,2,4)"
ac_help="$ac_help

View File

@ -65,7 +65,7 @@ AC_LANG_RESTORE
AC_MSG_CHECKING(for control panel)
AC_ARG_ENABLE(control-panel,
[ --enable-control-panel allows split hard disk image],
[ --enable-control-panel turns on/off control panel],
[if test "$enableval" = yes; then
AC_MSG_RESULT(yes)
AC_DEFINE(BX_USE_CONTROL_PANEL, 1)