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.
Этот коммит содержится в:
родитель
b110a247be
Коммит
22a8998b3e
23
configure.ac
23
configure.ac
@ -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
|
||||
############################################################################
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user