Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 377999
Collapse All | Expand All

(-)configure.ac (-5 / +2 lines)
Lines 68-83 Link Here
68
# Enable libtool, check for libltdl and define @LIBLTDL@ and @INCLTDL@
68
# Enable libtool, check for libltdl and define @LIBLTDL@ and @INCLTDL@
69
#################################################################
69
#################################################################
70
70
71
ifdef([LT_CONFIG_LTDL_DIR],
71
AC_SUBST([INCLTDL], [])
72
      [ LT_CONFIG_LTDL_DIR([libltdl]) ],
72
AC_SUBST([LIBLTDL], [-lltdl])
73
      [])
74
73
75
ifdef([LT_INIT],
74
ifdef([LT_INIT],
76
      [ LT_INIT([win32-dll]) ],
75
      [ LT_INIT([win32-dll]) ],
77
      [ AC_PROG_LIBTOOL ])
76
      [ AC_PROG_LIBTOOL ])
78
77
79
AC_WITH_LTDL
80
81
#################################################################
78
#################################################################
82
# Check for the type of the host
79
# Check for the type of the host
83
#################################################################
80
#################################################################

Return to bug 377999