From e80566abb3ee6757ff6da59d65a874b3a5f706a1 Mon Sep 17 00:00:00 2001 From: KO Myung-Hun Date: Mon, 20 Dec 2010 04:10:19 +0100 Subject: [PATCH] Set command line length limit for OS/2. * libltdl/m4/libtool.m4 (LT_CMD_MAX_LEN) [os2] : Set to 8192 to avoid long test. Signed-off-by: Ralf Wildenhues --- ChangeLog | 6 ++++++ libltdl/m4/libtool.m4 | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 52dd99c8f..3ba947de6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-12-20 KO Myung-Hun (tiny change) + + Set command line length limit for OS/2. + * libltdl/m4/libtool.m4 (LT_CMD_MAX_LEN) [os2] + : Set to 8192 to avoid long test. + 2010-12-20 Ralf Wildenhues Fix PIC flags with mpif77 using ifort on GNU/Linux. diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index a1df87d2b..5e716b2a7 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -1604,6 +1604,11 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl lt_cv_sys_max_cmd_len=196608 ;; + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not -- 2.47.2