]> The Tcpdump Group git mirrors - tcpdump/commit
configure: move the addition of -fPIC to CFLAGS on Haiku earlier.
authorGuy Harris <[email protected]>
Tue, 14 Feb 2023 05:17:46 +0000 (21:17 -0800)
committerGuy Harris <[email protected]>
Tue, 14 Feb 2023 05:17:46 +0000 (21:17 -0800)
commitec75e5b3e8befef3066a81990fb5ff4c70ae3ce5
tree1273f45b0b0132c3819baf64f6c66f2ab6e6bf25
parent93a3b993beeedd5e39d26fb4a99a5fad148f0d8e
configure: move the addition of -fPIC to CFLAGS on Haiku earlier.

Add it before doing anything about the C compiler, so that all tests
done with the compiler are done with -fPIC, in case any of those tests
involve producing an executable image.
configure.ac