about summary refs log tree commit diff
path: root/configure
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 /configure
parent1d03235d0682e00b5cd4edaab0108ca755ab90af (diff)
downloadskalibs-e99801ab4bdd096b5e2e3e4619f1a8317a8aedf8.tar.gz
skalibs-e99801ab4bdd096b5e2e3e4619f1a8317a8aedf8.tar.xz
skalibs-e99801ab4bdd096b5e2e3e4619f1a8317a8aedf8.zip
-fPIC -> CPPFLAGS_AUTO
Diffstat (limited to 'configure')
-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