1
1

Fix the --disable-dlopen case -- don't expect to build or link anything.

This commit was SVN r23198.
Этот коммит содержится в:
Jeff Squyres 2010-05-21 17:46:46 +00:00
родитель fec7918eea
Коммит befc0b590b

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

@ -40,6 +40,8 @@ AC_DEFUN([OPAL_SETUP_LIBLTDL],[
AS_IF([test "$OPAL_ENABLE_DLOPEN_SUPPORT" = "0"], AS_IF([test "$OPAL_ENABLE_DLOPEN_SUPPORT" = "0"],
[AC_MSG_WARN([libltdl support disabled (by --disable-dlopen)]) [AC_MSG_WARN([libltdl support disabled (by --disable-dlopen)])
LIBLTDL=
LDTLINCL=
WRAPPER_EXTRA_LIBS="$WRAPPER_EXTRA_LIBS $LIBS"], WRAPPER_EXTRA_LIBS="$WRAPPER_EXTRA_LIBS $LIBS"],
[ [
# Default to building the internal copy. After this, # Default to building the internal copy. After this,