summaryrefslogtreecommitdiff
blob: 532bbcf421e4eda2a26226d0a8ce8e1b76596e49 (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_CXX='-Bstatic'
+	lt_prog_compiler_pic_CXX='-fPIC'
+      else
+	lt_prog_compiler_pic_CXX='-fPIC'
       fi
       ;;