From 039be55d4ffa9acef3d19afdc5bd426ff620c2ac Mon Sep 17 00:00:00 2001 From: Howard Chu <hyc@openldap.org> Date: Thu, 17 Feb 2011 02:56:06 +0000 Subject: [PATCH] LIBSLAPITOOLS is obsolete since tools subdir is long gone ITS#3272 link to libslapi.la --- configure.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 7152e5a5da..5215fe6b61 100644 --- a/configure.in +++ b/configure.in @@ -590,7 +590,6 @@ TLS_LIBS= MODULES_LIBS= SLAPI_LIBS= LIBSLAPI= -LIBSLAPITOOLS= AUTH_LIBS= ICU_LIBS= @@ -2523,8 +2522,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])]) @@ -3133,7 +3131,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) -- GitLab