[2633] 2009-10-15 Vladimir Serbinenko <[email protected]>

Vladimir Serbinenko <[email protected]> Thu, 15 Oct 2009 12:09:58 +0000
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 2633
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2633
Author:   phcoder
Date:     2009-10-15 12:09:56 +0000 (Thu, 15 Oct 2009)
Log Message:
-----------
2009-10-15  Vladimir Serbinenko  <[email protected]>

	* configure.ac: Add missing dollar.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/configure.ac

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-10-15 11:55:06 UTC (rev 2632)
+++ trunk/grub2/ChangeLog	2009-10-15 12:09:56 UTC (rev 2633)
@@ -1,5 +1,9 @@
 2009-10-15  Vladimir Serbinenko  <[email protected]>
 
+	* configure.ac: Add missing dollar.
+
+2009-10-15  Vladimir Serbinenko  <[email protected]>
+
         Revert 2009-06-10  Pavel Roskin  <[email protected]>
 
 	* configure.ac: Put checks for __bswapsi2 and __bswapdi2.

Modified: trunk/grub2/configure.ac
===================================================================
--- trunk/grub2/configure.ac	2009-10-15 11:55:06 UTC (rev 2632)
+++ trunk/grub2/configure.ac	2009-10-15 12:09:56 UTC (rev 2633)
@@ -544,7 +544,7 @@
     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