summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure b/configure
index 8c2be3783f..00c3bbc2a3 100755
--- a/configure
+++ b/configure
@@ -7225,21 +7225,6 @@ if test "$_largefiles" = yes || freebsd ; then
fi
fi
-echocheck "compiler support for -fno-PIC"
-if x86; then
-cat > $TMPC <<EOF
-int main(void) { return 0; }
-EOF
-if cc_check -fno-PIC ; then
- CFLAGS="-fno-PIC $CFLAGS"
- echores "yes"
-else
- echores "no"
-fi
-else
- echores "only used for x86"
-fi
-
echocheck "compiler support for noexecstack"
cat > $TMPC <<EOF
int main(void) { return 0; }