From: Kevin Ryde Date: Wed, 24 Apr 2002 14:39:31 +0000 (+0000) Subject: * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use $build_os not $host_os. X-Git-Tag: release-1-5~121 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d10ecadbb9cbe3c0d719b32ca5a5e75e24c7fd39;p=thirdparty%2Flibtool.git * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use $build_os not $host_os. --- diff --git a/ChangeLog b/ChangeLog index 764fc2803..701ec21ad 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-14 Robert Boehne * doc/libtool.texi (C++ libraries): Finally updated to reflect diff --git a/libtool.m4 b/libtool.m4 index ef867f027..a9b4274ea 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