summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-11 23:50:12 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-11 23:50:12 +0000
commit048991191294468f4ca5f316631c9b6595fdcc92 (patch)
treea7525539a21f1b5da6cea629ad481c183d390738 /configure
parentb7993061504e14582236d048d0dc4ec65cba8085 (diff)
downloads6-dns-048991191294468f4ca5f316631c9b6595fdcc92.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