blob: bb3cb42bbee3f88587453a1a6b6a676554b167a4 [file] [log] [blame]
--- 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
;;