summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-19 01:48:23 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-19 01:48:23 +0200
commit29d3c77fdaed8f77788fb3269062bca4b0ddb65e (patch)
treec4110814eba3b69068228fe1b40b8b082f94775f /configure
parent6a8d0393ebe7096e29a2783807deaca68bfab415 (diff)
downloadgmp-29d3c77fdaed8f77788fb3269062bca4b0ddb65e.tar.gz
* aclocal.m4, configure: Regenerate with libtool patch to suppress
warnings when probing command line limit on FreeBSD.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index ecf3f0939..22c908a21 100755
--- a/configure
+++ b/configure
@@ -6310,8 +6310,8 @@ else
# If test is not a shell built-in, we'll probably end up computing a
# maximum length that is only half of the actual maximum length, but
# we can't tell.
- while test "X"`$CONFIG_SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \
- = "XX$testring" &&
+ while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \
+ = "XX$testring") >/dev/null 2>&1 &&
new_result=`expr "X$testring" : ".*" 2>&1` &&
lt_cv_sys_max_cmd_len=$new_result &&
test $i != 17 # 1/2 MB should be enough