]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-10-15 Vladimir Serbinenko <phcoder@gmail.com>
authorphcoder <phcoder@localhost>
Thu, 15 Oct 2009 12:09:56 +0000 (12:09 +0000)
committerphcoder <phcoder@localhost>
Thu, 15 Oct 2009 12:09:56 +0000 (12:09 +0000)
* configure.ac: Add missing dollar.

ChangeLog
configure.ac

index f92d8da3a9890379d216034d126fcce4412ac5a2..8ad2c03629203a81352925d6e5001542d20b6afe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-15  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * configure.ac: Add missing dollar.
+
 2009-10-15  Vladimir Serbinenko  <phcoder@gmail.com>
 
         Revert 2009-06-10  Pavel Roskin  <proski@gnu.org>
index 447f13fcc6bbdff39866acbdf5b9f4d659938948..9461799668af9bda561c5b32d796ddfe60fca47a 100644 (file)
@@ -544,7 +544,7 @@ AC_CHECK_LIB([usb], [usb_claim_interface], [LIBUSB="-lusb"],
     AC_CHECK_HEADERS([usb.h], [],
       [grub_emu_usb_excuse=["need libusb headers"]])
 [fi]
-if test x"enable_grub_emu_usb" = xyes && test x"$grub_emu_usb_excuse" != x ; then
+if test x"$enable_grub_emu_usb" = xyes && test x"$grub_emu_usb_excuse" != x ; then
   AC_MSG_ERROR([USB support for grub-emu was explicitly requested but can't be compiled])
 fi
 if test x"$grub_emu_usb_excuse" = x ; then