summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f4ff959c6..749761c8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Feb 18 20:27:16 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (OBJCOPY): set ac_cv_prog_ac_ct_OBJCOPY to do nothing
+ on cygwin and mingw because symbols are exported by def file.
+
Wed Feb 18 15:35:36 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* file.c (rb_file_chown): use chown unless HAVE_FCHOWN.
diff --git a/configure.in b/configure.in
index f8f215220..7dda61dc7 100644
--- a/configure.in
+++ b/configure.in
@@ -242,7 +242,7 @@ AC_SUBST(ASFLAGS)
case "$target_os" in
when(cygwin*|mingw*)
- ac_cv_prog_OBJCOPY=":";;
+ ac_cv_prog_ac_ct_OBJCOPY=":";;
esac
# BSD's ports and MacPorts prefix GNU binutils with 'g'