Skip to content

Commit 4d0c23c

Browse files
authored
Merge pull request #7760 from jsquyres/pr/remove-stale-lt-init-options
configure.ac: remove stale LT_INIT options
2 parents 2b1f053 + 62c9a25 commit 4d0c23c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@ fi
12071207
# if we have a C++ compiler.
12081208
AS_IF([test "$OMPI_TRY_FORTRAN_BINDINGS" = "$OMPI_FORTRAN_NO_BINDINGS"],[F77=no FC=no])
12091209

1210-
LT_INIT([dlopen win32-dll])
1210+
LT_INIT
12111211

12121212
# What's the suffix of shared libraries? Inspired by generated
12131213
# Libtool code (even though we don't support several of these
@@ -1243,7 +1243,7 @@ esac
12431243
AC_SUBST(OPAL_DYN_LIB_PREFIX)
12441244
AC_SUBST(OPAL_DYN_LIB_SUFFIX)
12451245

1246-
# Need the libtool binary before the rpathify stuff
1246+
# Need the libtool executable before the rpathify stuff
12471247
LT_OUTPUT
12481248

12491249
##################################

0 commit comments

Comments
 (0)