From c266c3667ee2c493e357a389ed46a2b3dd7ee926 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 24 Apr 2002 14:39:33 +0000 Subject: [PATCH] * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use $build_os not $host_os. --- ChangeLog | 4 ++++ libtool.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6f3036b2e..b90661fac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-04-24 Kevin Ryde + + * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use $build_os not $host_os. + 2002-04-19 Robert Boehne * doc/libtool.texi (C++ libraries): Finally updated to reflect diff --git a/libtool.m4 b/libtool.m4 index 3ff2f7f13..495b7d256 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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 -- 2.47.3