mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05: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
1 changed files with 1 additions and 4 deletions
|
|
@ -588,7 +588,6 @@ TLS_LIBS=
|
||||||
MODULES_LIBS=
|
MODULES_LIBS=
|
||||||
SLAPI_LIBS=
|
SLAPI_LIBS=
|
||||||
LIBSLAPI=
|
LIBSLAPI=
|
||||||
LIBSLAPITOOLS=
|
|
||||||
AUTH_LIBS=
|
AUTH_LIBS=
|
||||||
ICU_LIBS=
|
ICU_LIBS=
|
||||||
|
|
||||||
|
|
@ -2521,8 +2520,7 @@ if test "$ol_enable_slapi" != no ; then
|
||||||
fi
|
fi
|
||||||
AC_CHECK_LIB(ltdl, lt_dlinit, [
|
AC_CHECK_LIB(ltdl, lt_dlinit, [
|
||||||
SLAPI_LIBS=-lltdl
|
SLAPI_LIBS=-lltdl
|
||||||
LIBSLAPI=libslapi.a
|
LIBSLAPI=slapi/libslapi.la
|
||||||
LIBSLAPITOOLS=../libslapi.a
|
|
||||||
AC_DEFINE(HAVE_LIBLTDL,1,[define if you have libtool -ltdl])
|
AC_DEFINE(HAVE_LIBLTDL,1,[define if you have libtool -ltdl])
|
||||||
],[AC_MSG_ERROR([could not locate libtool -lltdl])])
|
],[AC_MSG_ERROR([could not locate libtool -lltdl])])
|
||||||
|
|
||||||
|
|
@ -3131,7 +3129,6 @@ AC_SUBST(TLS_LIBS)
|
||||||
AC_SUBST(MODULES_LIBS)
|
AC_SUBST(MODULES_LIBS)
|
||||||
AC_SUBST(SLAPI_LIBS)
|
AC_SUBST(SLAPI_LIBS)
|
||||||
AC_SUBST(LIBSLAPI)
|
AC_SUBST(LIBSLAPI)
|
||||||
AC_SUBST(LIBSLAPITOOLS)
|
|
||||||
AC_SUBST(AUTH_LIBS)
|
AC_SUBST(AUTH_LIBS)
|
||||||
AC_SUBST(ICU_LIBS)
|
AC_SUBST(ICU_LIBS)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue