Adjust logic to match the C case: Only disable static if not
on ia64 nor runtimelinking.
+2005-04-23 Gary Kumfert <kumfert@llnl.gov>
+
+ * m4/libtool.m4 (_LT_LANG_F77_CONFIG) [ aix4, aix5 ]:
+ Adjust logic to match the C case: Only disable static if not
+ on ia64 nor runtimelinking.
+
2005-04-22 Gary V. Vaughan <gary@gnu.org>
The FSF are moving offices today. Changed their contact address
fi
;;
aix4* | aix5*)
- test "$enable_shared" = yes && enable_static=no
+ if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+ test "$enable_shared" = yes && enable_static=no
+ fi
;;
esac
AC_MSG_RESULT([$enable_shared])