1
1

Grr -- also don't reset LIBLTDL unless we're using an external libltdl

build. 

This commit was SVN r23194.
Этот коммит содержится в:
Jeff Squyres 2010-05-21 15:00:03 +00:00
родитель 857f1669e2
Коммит 208953f1bf

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

@ -34,7 +34,6 @@ AC_DEFUN([OPAL_SETUP_LIBLTDL],[
# $enable_shared and $enable_static and pass down the corresponding # $enable_shared and $enable_static and pass down the corresponding
# flags. # flags.
LIBLTDL=
LIBLTDL_SUBDIR= LIBLTDL_SUBDIR=
OPAL_HAVE_LTDL_ADVISE=0 OPAL_HAVE_LTDL_ADVISE=0
OPAL_LIBLTDL_INTERNAL=0 OPAL_LIBLTDL_INTERNAL=0
@ -68,6 +67,7 @@ AC_DEFUN([OPAL_SETUP_LIBLTDL],[
# If we're using an extern libltdl, then reset the # If we're using an extern libltdl, then reset the
# LTDLINCL that was set earlier (ie., there's no need to # LTDLINCL that was set earlier (ie., there's no need to
# -I into our internal libltdl tree). # -I into our internal libltdl tree).
LIBLTDL=
LDTLINCL= LDTLINCL=
libltdl_location= libltdl_location=
libltdl_need_external=1 libltdl_need_external=1
@ -79,6 +79,7 @@ AC_DEFUN([OPAL_SETUP_LIBLTDL],[
# If we're using an extern libltdl, then reset the # If we're using an extern libltdl, then reset the
# LTDLINCL that was set earlier (ie., there's no need to # LTDLINCL that was set earlier (ie., there's no need to
# -I into our internal libltdl tree). # -I into our internal libltdl tree).
LIBLTDL=
LDTLINCL= LDTLINCL=
libltdl_need_external=1 libltdl_need_external=1
;; ;;