diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 20:16:32 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 20:16:32 +0000 |
commit | e99801ab4bdd096b5e2e3e4619f1a8317a8aedf8 (patch) | |
tree | 2532b550e477fc48be55bcc038107f5015421ca7 /configure | |
parent | 1d03235d0682e00b5cd4edaab0108ca755ab90af (diff) | |
download | skalibs-e99801ab4bdd096b5e2e3e4619f1a8317a8aedf8.tar.xz |
-fPIC -> CPPFLAGS_AUTO
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |