1
1

Ensure we add --no-undefined to libtool for cygwin

This commit was SVN r29389.
Этот коммит содержится в:
Ralph Castain 2013-10-06 23:56:54 +00:00
родитель 13cd112fb4
Коммит 3d1fdf5528

Просмотреть файл

@ -1323,6 +1323,20 @@ m4_ifdef([project_ompi],
# Party on
############################################################################
AC_MSG_CHECKING([if libtool needs -no-undefined flag to build shared libraries])
case "`uname`" in
CYGWIN*|MINGW*|AIX*)
## Add in the -no-undefined flag to LDFLAGS for libtool.
AC_MSG_RESULT([yes])
LDFLAGS="$LDFLAGS -no-undefined"
;;
*)
## Don't add in anything.
AC_MSG_RESULT([no])
;;
esac
ompi_show_subtitle "Final output"
AC_CONFIG_FILES([