From dcd1351031f906a1902f86b6aa06f6812ada552f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 24 Feb 2019 20:17:06 +0000 Subject: -fPIC -> CPPFLAGS_AUTO --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index de9f6fd..6f4b45a 100755 --- a/configure +++ b/configure @@ -301,7 +301,7 @@ if [ "x$target" != "x$(cat $sysdeps/target)" ] ; then fi if $allpic ; then - tryflag CFLAGS_AUTO -fPIC + tryflag CPPFLAGS_AUTO -fPIC fi spawn_lib=$(cat $sysdeps/spawn.lib) socket_lib=$(cat $sysdeps/socket.lib) -- cgit v1.2.3