summaryrefslogtreecommitdiff
blob: bb3cb42bbee3f88587453a1a6b6a676554b167a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- configure
+++ configure
@@ -1,6 +1,9 @@
       if test "$host_cpu" = ia64; then
 	# AIX 5 now supports IA64 processor
 	lt_prog_compiler_static='-Bstatic'
+	lt_prog_compiler_pic='-fPIC'
+      else
+	lt_prog_compiler_pic='-fPIC'
       fi
       ;;