aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-03-26 04:27:39 +0000
committerLaurent Bercot <ska@appnovation.com>2025-03-26 04:27:39 +0000
commitea714e771e8964114285915acacf80707cc17bdd (patch)
tree05e036cd629693de1667225cd8df4bf26aa5db10 /configure
parent7390d0eacf18f70a3ac4f6f3351cadc12656234e (diff)
downloadexecline-ea714e771e8964114285915acacf80707cc17bdd.tar.gz
Add export-array; update deps
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 09cd454..8a537ae 100755
--- a/configure
+++ b/configure
@@ -60,7 +60,6 @@ exit 0
# generally not a good idea to use echo.
# See http://www.etalabs.net/sh_tricks.html
echo () {
- IFS=" "
printf %s\\n "$*"
}
@@ -433,6 +432,7 @@ if $allstatic ; then
echo "DO_ALLSTATIC := 1"
else
echo ".LIBPATTERNS := lib%.so"
+ echo "DO_ALLSTATIC :="
fi
if $static ; then
echo "DO_STATIC := 1"