]> git.sur5r.net Git - openldap/commitdiff
LIBSLAPITOOLS is obsolete since tools subdir is long gone
authorHoward Chu <hyc@openldap.org>
Thu, 17 Feb 2011 02:56:06 +0000 (02:56 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 17 Feb 2011 02:56:06 +0000 (02:56 +0000)
ITS#3272 link to libslapi.la

configure.in

index 2a94b62e132d52118656c7423184af1941132e6f..1d087f5213c463710144bbcad76dabe8e26e1634 100644 (file)
@@ -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)