]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* configure.ac: Disable emu-usb by default to prevent inadvertent
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 13 Sep 2010 22:21:52 +0000 (00:21 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 13 Sep 2010 22:21:52 +0000 (00:21 +0200)
device takeover.

ChangeLog
configure.ac

index 3a6905800e6efc35f5d1b49ae33e8d0ab0a2cd57..574c849d984afbc45cc9915af30cb5da0c3cc873 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index e519fdd1a1db9a3e139484acb09efe0966963706..10723987bfd8041dacec0533de73ea3e1b294a57 100644 (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