Ver código fonte

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 meses atrás
pai
commit
1de1260d24
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      configure.ac

+ 0 - 1
configure.ac

@@ -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