mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
LIBSLAPITOOLS is obsolete since tools subdir is long gone
ITS#3272 link to libslapi.la
This commit is contained in:
parent
a630864178
commit
4e4be2dea6
@ -588,7 +588,6 @@ TLS_LIBS=
|
||||
MODULES_LIBS=
|
||||
SLAPI_LIBS=
|
||||
LIBSLAPI=
|
||||
LIBSLAPITOOLS=
|
||||
AUTH_LIBS=
|
||||
ICU_LIBS=
|
||||
|
||||
@ -2521,8 +2520,7 @@ if test "$ol_enable_slapi" != no ; then
|
||||
fi
|
||||
AC_CHECK_LIB(ltdl, lt_dlinit, [
|
||||
SLAPI_LIBS=-lltdl
|
||||
LIBSLAPI=libslapi.a
|
||||
LIBSLAPITOOLS=../libslapi.a
|
||||
LIBSLAPI=slapi/libslapi.la
|
||||
AC_DEFINE(HAVE_LIBLTDL,1,[define if you have libtool -ltdl])
|
||||
],[AC_MSG_ERROR([could not locate libtool -lltdl])])
|
||||
|
||||
@ -3131,7 +3129,6 @@ AC_SUBST(TLS_LIBS)
|
||||
AC_SUBST(MODULES_LIBS)
|
||||
AC_SUBST(SLAPI_LIBS)
|
||||
AC_SUBST(LIBSLAPI)
|
||||
AC_SUBST(LIBSLAPITOOLS)
|
||||
AC_SUBST(AUTH_LIBS)
|
||||
AC_SUBST(ICU_LIBS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user