Skip to content

Commit

Permalink
configure.ac: don't use internal GNU libtool functions
Browse files Browse the repository at this point in the history
This doesn't work when using slibtoolize instead of GNU libtoolize and
is not necessary anyways.

Signed-off-by: orbea <[email protected]>
  • Loading branch information
orbea authored and tmatth committed Jun 4, 2024
1 parent 1dd8e64 commit 1de1260
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ AM_INIT_AUTOMAKE([foreign no-define])
AM_MAINTAINER_MODE([enable])

AC_CANONICAL_HOST
_LT_SET_OPTION([LT_INIT],[win32-dll])
LT_INIT

AC_C_BIGENDIAN
Expand Down

0 comments on commit 1de1260

Please sign in to comment.