]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use $build_os not $host_os.
authorKevin Ryde <user42@zip.com.au>
Wed, 24 Apr 2002 14:39:31 +0000 (14:39 +0000)
committerRobert Boehne <rboehne@gnu.org>
Wed, 24 Apr 2002 14:39:31 +0000 (14:39 +0000)
ChangeLog
libtool.m4

index 764fc28032e124815bc3f67e8719075ca3566453..701ec21ad489db5d04c315c00a7b08ae7e00a015 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-24  Kevin Ryde  <user42@zip.com.au>
+
+       * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use $build_os not $host_os.
+
 2002-04-14  Robert Boehne  <rboehne@gnu.org>
 
        * doc/libtool.texi (C++ libraries): Finally updated to reflect
index ef867f027a3db7292b6a5858a120a82e9750379c..a9b4274eabb95a6192a184d49f8a73182167fb93 100644 (file)
@@ -577,7 +577,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
   i=0
   testring="ABCD"
 
-  case $host_os in
+  case $build_os in
   msdosdjgpp*)
     # On DJGPP, this test can blow up pretty badly due to problems in libc
     # (any single argument exceeding 2000 bytes causes a buffer overrun