Revision: 2347
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2347
Author: proski
Date: 2009-06-19 21:33:07 +0000 (Fri, 19 Jun 2009)
Log Message:
-----------
2009-06-19 Pavel Roskin <[email protected]>
* configure.ac: Remove stray AC_MSG_CHECKING.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/configure.ac
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-06-19 20:35:38 UTC (rev 2346)
+++ trunk/grub2/ChangeLog 2009-06-19 21:33:07 UTC (rev 2347)
@@ -1,3 +1,7 @@
+2009-06-19 Pavel Roskin <[email protected]>
+
+ * configure.ac: Remove stray AC_MSG_CHECKING.
+
2009-06-19 Vladimir Serbinenko <[email protected]>
* disk/scsi.c (grub_scsi_open): use continue instead of big if
Modified: trunk/grub2/configure.ac
===================================================================
--- trunk/grub2/configure.ac 2009-06-19 20:35:38 UTC (rev 2346)
+++ trunk/grub2/configure.ac 2009-06-19 21:33:07 UTC (rev 2347)
@@ -292,7 +292,6 @@
else
TARGET_APPLE_CC=0
# Use linker script if present, otherwise use builtin -N script.
-AC_MSG_CHECKING([for option to link raw image])
if test -f "${srcdir}/conf/${target_cpu}-${platform}-${host_os}-img-ld.sc";
then
TARGET_IMG_LDSCRIPT='$(top_srcdir)'"/conf/${target_cpu}-${platform}-${host_os}-img-ld.sc"
TARGET_IMG_LDFLAGS="-Wl,-T${TARGET_IMG_LDSCRIPT} -Wl,-Ttext,"