summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-02-24 20:16:32 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-02-24 20:16:32 +0000
commite99801ab4bdd096b5e2e3e4619f1a8317a8aedf8 (patch)
tree2532b550e477fc48be55bcc038107f5015421ca7
parent1d03235d0682e00b5cd4edaab0108ca755ab90af (diff)
downloadskalibs-e99801ab4bdd096b5e2e3e4619f1a8317a8aedf8.tar.xz
-fPIC -> CPPFLAGS_AUTO
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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