summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-02-24 20:18:09 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-02-24 20:18:09 +0000
commitad9b2a9c5e3b24948a643376d31ac6661176b72a (patch)
tree28859834c0fdfff69a69394bcfc3ebe681fc031a /configure
parentf287f869ae4a5d9eed44def648d69e70e65c7b14 (diff)
downloadexecline-ad9b2a9c5e3b24948a643376d31ac6661176b72a.tar.xz
-fPIC -> CPPFLAGS_AUTO
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cd7c05d..e57ec00 100755
--- a/configure
+++ b/configure
@@ -315,7 +315,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)