- help message for --enable-control-panel was broken
This commit is contained in:
parent
80a7541fed
commit
a36d430306
2
bochs/configure
vendored
2
bochs/configure
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user