* configure.ac: Disable emu-usb by default to prevent inadvertent
device takeover.
This commit is contained in:
parent
608e43b102
commit
62a747cb00
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-09-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* configure.ac: Disable emu-usb by default to prevent inadvertent
|
||||||
|
device takeover.
|
||||||
|
|
||||||
2010-09-13 Vladimir Serbinenko <phcoder@gmail.com>
|
2010-09-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Disable usbserial on grub-emu since our libusb code isn't good enough
|
Disable usbserial on grub-emu since our libusb code isn't good enough
|
||||||
|
|
|
@ -698,8 +698,8 @@ if test x"$missing_ncurses" = xtrue ; then
|
||||||
AC_MSG_ERROR([grub-emu can't be compiled without ncurses])
|
AC_MSG_ERROR([grub-emu can't be compiled without ncurses])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x"$enable_grub_emu_usb" = xno ; then
|
if test x"$enable_grub_emu_usb" != xyes ; then
|
||||||
grub_emu_usb_excuse="explicitly disabled"
|
grub_emu_usb_excuse="not enabled"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x"$enable_grub_emu_pci" = xyes ; then
|
if test x"$enable_grub_emu_pci" = xyes ; then
|
||||||
|
|
Loading…
Reference in a new issue