summaryrefslogtreecommitdiff
blob: 9689acb14036e91db6d1d88b1d56d7387d875ea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
diff -Naur org/configure new/configure
--- org/configure	2009-07-29 17:35:00.000000000 +0100
+++ new/configure	2009-07-29 17:36:35.000000000 +0100
@@ -25818,7 +25818,7 @@
 _ACEOF
 
     have_x86cpu=true
-    PROGRAM_NOPIC="-fno-PIC"
+    PROGRAM_NOPIC=""
     ;;
   x86_64*)
     { echo "$as_me:$LINENO: result: x86_64" >&5
@@ -25830,7 +25830,7 @@
 
     have_x86cpu=true
     have_x86_64cpu=true
-    PROGRAM_NOPIC="-fno-PIC"
+    PROGRAM_NOPIC=""
     ;;
   powerpc | powerpc64)
     { echo "$as_me:$LINENO: result: PowerPC" >&5
diff -Naur org/configure.ac new/configure.ac
--- org/configure.ac	2009-01-06 06:33:48.000000000 +0000
+++ new/configure.ac	2009-07-29 17:38:15.000000000 +0100
@@ -315,14 +315,14 @@
     AC_MSG_RESULT(IA32)
     AC_DEFINE(HAVE_X86CPU,1, [Compiling for x86 architecture CPU])
     have_x86cpu=true
-    PROGRAM_NOPIC="-fno-PIC"
+    PROGRAM_NOPIC=""
     ;;
   x86_64*)
     AC_MSG_RESULT(x86_64)
     AC_DEFINE(HAVE_X86CPU,1, [Compiling for x86-64 architecture CPU])
     have_x86cpu=true
     have_x86_64cpu=true
-    PROGRAM_NOPIC="-fno-PIC"
+    PROGRAM_NOPIC=""
     ;;
   powerpc | powerpc64)
     AC_MSG_RESULT(PowerPC)