1
1
This commit was SVN r22007.
Этот коммит содержится в:
George Bosilca 2009-09-23 23:36:44 +00:00
родитель 3167f0a0a0
Коммит 74d56d51ac

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

@ -151,7 +151,7 @@ AS_IF([test $OMPI_WANT_F90_BINDINGS -eq 1],
# symbols in shared libraries. Because we can't figure out how to # symbols in shared libraries. Because we can't figure out how to
# implement MPI_STATUSES_IGNORE and friends wihtout common symbols, on # implement MPI_STATUSES_IGNORE and friends wihtout common symbols, on
# OS X we can't build the F90 bindings as a shared library. # OS X we can't build the F90 bindings as a shared library.
AC_MSG_CHECKING([for extra arguments to build a shard library]) AC_MSG_CHECKING([for extra arguments to build a shared library])
case "$host" in case "$host" in
*apple-darwin*) *apple-darwin*)
if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then