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)