summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-02-09 14:36:04 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-02-09 14:36:04 +0000
commitdfaa5da1f7e07903480a853a061e2221c532d8b9 (patch)
treeb65d78674436752c66110e50260364504001a2c8 /configure
parente9ab29c6ad9976fcf45ec09c5b647d667201d841 (diff)
downloads6-networking-dfaa5da1f7e07903480a853a061e2221c532d8b9.tar.xz
fix typo in configure
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3bebe3b..2e692cc 100755
--- a/configure
+++ b/configure
@@ -432,7 +432,7 @@ if $shared ; then
else
echo "DO_SHARED :="
fi
-if $ allpic ; then
+if $allpic ; then
echo "STATIC_LIBS_ARE_PIC := 1"
else
echo "STATIC_LIBS_ARE_PIC :="