From dfaa5da1f7e07903480a853a061e2221c532d8b9 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 9 Feb 2018 14:36:04 +0000 Subject: fix typo in configure --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 :=" -- cgit v1.2.3