Browse Source

configure.ac: don't use internal GNU libtool functions

This doesn't work when using slibtoolize instead of GNU libtoolize and
is not necessary anyways.

Signed-off-by: orbea <orbea@riseup.net>
orbea 5 months ago
parent
commit
1de1260d24
1 changed files with 0 additions and 1 deletions
  1. 0 1
      configure.ac

+ 0 - 1
configure.ac

@@ -27,7 +27,6 @@ AM_INIT_AUTOMAKE([foreign no-define])
 AM_MAINTAINER_MODE([enable])
 AM_MAINTAINER_MODE([enable])
 
 
 AC_CANONICAL_HOST
 AC_CANONICAL_HOST
-_LT_SET_OPTION([LT_INIT],[win32-dll])
 LT_INIT
 LT_INIT
 
 
 AC_C_BIGENDIAN
 AC_C_BIGENDIAN