Skip to content

Commit

Permalink
build: drop dlopen from LT_INIT options
Browse files Browse the repository at this point in the history
The -dlopen flag of libtool is not used, so the dlopen option is
not needed.
  • Loading branch information
mansr committed Sep 5, 2020
1 parent 579fae4 commit 34d8886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ else
using_libltdl=$with_libltdl
fi

LT_INIT([dlopen win32-dll])
LT_INIT([win32-dll])
AC_SUBST(LIBTOOL_DEPS)

AC_ARG_WITH(dyn-default,AS_HELP_STRING([--with-dyn-default],[Default to loading optional formats dynamically]),opt_default=dyn,opt_default=yes)
Expand Down

0 comments on commit 34d8886

Please sign in to comment.