summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-11 23:49:39 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-11 23:49:39 +0000
commit72d9f013c4a4d47273f78b40f080b49494bab78f (patch)
treeffc70ddcf00dd297ec0cb05acd6bc9303f740799 /configure
parent2da4c96f308834570b2f62bbf3b9e0cfcffe58b8 (diff)
downloads6-72d9f013c4a4d47273f78b40f080b49494bab78f.tar.xz
Clean up static/shared libs initialization in configure and Makefile
fd_close -> close in s6-notifywhenup
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