summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-11 23:47:46 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-11 23:47:46 +0000
commit5ce5295ffa6da16fa36714ec3232c596d616f96a (patch)
tree65688c3be2d4a3e683b97b26eb3f0ea9b3c5416c /configure
parent9f25d4ec4eb156f25ff909f7b0d8264749050eb4 (diff)
downloads6-portable-utils-5ce5295ffa6da16fa36714ec3232c596d616f96a.tar.xz
Clean up static/shared libs initialization in configure and Makefile
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index d2ff997..056061c 100755
--- a/configure
+++ b/configure
@@ -361,8 +361,6 @@ if $allstatic ; then
vpathd=
fi
echo "vpath lib%.so$vpathd"
-echo "STATIC_LIBS :="
-echo "SHARED_LIBS :="
if $static ; then
echo "DO_STATIC := 1"
else