LIBSLAPITOOLS is obsolete since tools subdir is long gone

ITS#3272 link to libslapi.la
This commit is contained in:
Howard Chu 2011-02-17 02:56:06 +00:00
parent a630864178
commit 4e4be2dea6

View file

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