]> 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:33 +0000 (14:39 +0000)
committerRobert Boehne <rboehne@gnu.org>
Wed, 24 Apr 2002 14:39:33 +0000 (14:39 +0000)
ChangeLog
libtool.m4

index 6f3036b2e0d516ce3da97bf0fc2326e94afd105b..b90661fac991d4cecd8e191edec90c78c5de918f 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-19  Robert Boehne  <rboehne@gnu.org>
 
        * doc/libtool.texi (C++ libraries): Finally updated to reflect
index 3ff2f7f130cb2ff7261b288acc4b79c8f42bd20c..495b7d256f6705e5bf30228d536d4a05fc3174a8 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