* configure.ac: Disable emu-usb by default to prevent inadvertent

device takeover.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-14 00:21:52 +02:00
parent 608e43b102
commit 62a747cb00
2 changed files with 7 additions and 2 deletions

View File

@ -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>
Disable usbserial on grub-emu since our libusb code isn't good enough

View File

@ -698,8 +698,8 @@ if test x"$missing_ncurses" = xtrue ; then
AC_MSG_ERROR([grub-emu can't be compiled without ncurses])
fi
if test x"$enable_grub_emu_usb" = xno ; then
grub_emu_usb_excuse="explicitly disabled"
if test x"$enable_grub_emu_usb" != xyes ; then
grub_emu_usb_excuse="not enabled"
fi
if test x"$enable_grub_emu_pci" = xyes ; then