1
1

The second stage of the libtool detection is supposed to

be the last piece of code that requires compile and link
tests. Therefore, the visibility detection should happens
before or it will fail.

This commit was SVN r17773.
Этот коммит содержится в:
George Bosilca 2008-03-06 22:15:10 +00:00
родитель b110a247be
Коммит 22a8998b3e

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

@ -989,6 +989,17 @@ OMPI_MCA
# checkpoint results
AC_CACHE_SAVE
##################################
# visibility
##################################
# check the visbility stuff at the end to avoid problem with
# the previous tests that are not necessarily prepeare for
# the visibility feature.
ompi_show_title "Symbol Visibility Feature"
OMPI_CHECK_VISIBILITY
##################################
# Contributed software
##################################
@ -1123,18 +1134,6 @@ AC_DEFINE_UNQUOTED(OMPI_WANT_LIBLTDL, $OMPI_ENABLE_DLOPEN_SUPPORT,
AC_DEFINE_UNQUOTED(OPAL_HAVE_LTDL_ADVISE, $OPAL_HAVE_LTDL_ADVISE,
[Whether libltdl appears to have the lt_dladvise interface])
##################################
# visibility
##################################
# check the visbility stuff at the end to avoid problem with
# the previous tests that are not necessarily prepeare for
# the visibility feature.
ompi_show_title "Symbol Visibility Feature"
OMPI_CHECK_VISIBILITY
############################################################################
# final compiler config
############################################################################