changeset 13624:18ea4c8f35a9

-fno-PIC will not work on OSX, and it is only useful on x86 anyway.
author reimar
date Tue, 12 Oct 2004 21:00:32 +0000
parents 17dd749b0554
children 305feac021c4
files configure
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Oct 12 20:32:14 2004 +0000
+++ b/configure	Tue Oct 12 21:00:32 2004 +0000
@@ -6169,6 +6169,7 @@
 fi
 
 echocheck "compiler support for -fno-PIC"
+if x86; then
 cat > $TMPC <<EOF
 int main(void) { return 0; }
 EOF
@@ -6178,6 +6179,9 @@
 else
   echores "no"
 fi
+else
+  echores "only used for x86"
+fi
 
 echocheck "ftello()"
 # if we don't have ftello use the osdep/ compatibility module