From e99801ab4bdd096b5e2e3e4619f1a8317a8aedf8 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 24 Feb 2019 20:16:32 +0000 Subject: -fPIC -> CPPFLAGS_AUTO --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index b70def5..a793676 100755 --- a/configure +++ b/configure @@ -385,7 +385,7 @@ fi echo " ... $target" if $allpic ; then - tryflag CFLAGS_AUTO -fPIC + tryflag CPPFLAGS_AUTO -fPIC fi tryflag CFLAGS_AUTO -std=c99 tryflag CFLAGS -fomit-frame-pointer -- cgit v1.2.3