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 9b2846a commit dbd421d
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 @@ -22,7 +22,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 dbd421d

Please sign in to comment.