From 7810e74787fe94a531d75007eb11cdb111bca830 Mon Sep 17 00:00:00 2001 From: bean Date: Thu, 24 Jul 2008 18:14:41 +0000 Subject: [PATCH] 2008-07-24 Bean * configure.ac: Fixed a bug caused by the previous cygwin patch, variable `target_platform' should be `platform'. --- ChangeLog | 5 +++++ configure | 2 +- configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4665a96c0..f014086e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-24 Bean + + * configure.ac: Fixed a bug caused by the previous cygwin patch, + variable `target_platform' should be `platform'. + 2008-07-24 Bean * video/reader/png.c (DELFATE_HLIT_MAX): Change value. diff --git a/configure b/configure index f54b43116..69509d603 100644 --- a/configure +++ b/configure @@ -7072,7 +7072,7 @@ if test "x$target_cpu" = xi386; then # Check symbols provided by linker script. CFLAGS="$TARGET_CFLAGS -nostdlib $TARGET_IMG_LDFLAGS_AC -Wl,-Ttext,8000,--defsym,___main=0x8100" fi - if test "x$target_platform" = xpc; then + if test "x$platform" = xpc; then { echo "$as_me:$LINENO: checking if start is defined by the compiler" >&5 echo $ECHO_N "checking if start is defined by the compiler... $ECHO_C" >&6; } diff --git a/configure.ac b/configure.ac index a5868c3b2..7a5938a38 100644 --- a/configure.ac +++ b/configure.ac @@ -330,7 +330,7 @@ if test "x$target_cpu" = xi386; then # Check symbols provided by linker script. CFLAGS="$TARGET_CFLAGS -nostdlib $TARGET_IMG_LDFLAGS_AC -Wl,-Ttext,8000,--defsym,___main=0x8100" fi - if test "x$target_platform" = xpc; then + if test "x$platform" = xpc; then grub_CHECK_START_SYMBOL grub_CHECK_BSS_START_SYMBOL grub_CHECK_END_SYMBOL