From 45543abd7d284393e101cbcbc9259df1a692e477 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Fri, 30 Nov 2001 00:29:54 +0000 Subject: [PATCH] Turn off piecewise linking. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6143 57a11ea4-9604-0410-9ed3-97b8803252fd --- ltmain.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ltmain.sh b/ltmain.sh index 16e50ad252..50de244984 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -24,6 +24,9 @@ # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. +# turn off piecewise linking +max_cmd_len=-2 + # Check that we have a working $echo. if test "X$1" = X--no-reexec; then # Discard the --no-reexec flag, and continue.