]> git.sur5r.net Git - openldap/commitdiff
Ready 2.1.8 OPENLDAP_REL_ENG_2_1_8
authorKurt Zeilenga <kurt@openldap.org>
Fri, 18 Oct 2002 21:05:20 +0000 (21:05 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 18 Oct 2002 21:05:20 +0000 (21:05 +0000)
CHANGES
build/version.sh
configure
configure.in

diff --git a/CHANGES b/CHANGES
index 86efecc86798c3b8b73da7b3032cb12bd6244c0e..626fa8690286f172ded41deb1b36d9fdb0d1c947 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
 OpenLDAP 2.1 Change Log
 
+OpenLDAP 2.1.8 Release
+       Build Enviroment
+               Updated configure script
+
 OpenLDAP 2.1.7 Release
        Fixed liblber bvarray_add bug (ITS#2142)
        Added libldap additional schema routines
index d20d6422bfc69711997521fb67f653ae500f1548..3f3d5a57772995e97b9352199d0249ee0f4cda9a 100755 (executable)
@@ -7,9 +7,9 @@
 ol_package=OpenLDAP
 ol_major=2
 ol_minor=1
-ol_patch=7
-ol_api_inc=20107
-ol_api_lib=2:107:0
+ol_patch=8
+ol_api_inc=20108
+ol_api_lib=2:108:0
 
 if test $ol_patch != X ; then
        ol_version=${ol_major}.${ol_minor}.${ol_patch}
index a1aa9b95a0ba23b336b308d81514c477b601364c..6b8b3a7fb8f88081df70cd0a06cd811861239162 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.408.2.18 2002/10/17 15:09:47 kurt Exp  
+# from OpenLDAP 
 
 # Copyright 1998-2002 The OpenLDAP Foundation.  All Rights Reserved.
 # 
@@ -22429,7 +22429,7 @@ EOF
 fi
 
 if test "$ol_enable_shell" != no ; then
-       if( "$ol_link_thread" != no ; then
+       if test "$ol_link_thread" != no ; then
                echo "configure: warning: Use of --without-threads is recommended with back-shell" 1>&2
        fi
        cat >> confdefs.h <<\EOF
index a0da9385b2ac212265461cba88aae5f18b46493d..70697c53e8df492ecb79e7b625495261a75dfc2e 100644 (file)
@@ -2661,7 +2661,7 @@ if test "$ol_link_perl" != no ; then
 fi
 
 if test "$ol_enable_shell" != no ; then
-       if( "$ol_link_thread" != no ; then
+       if test "$ol_link_thread" != no ; then
                AC_MSG_WARN([Use of --without-threads is recommended with back-shell])
        fi
        AC_DEFINE(SLAPD_SHELL,1,[define to support SHELL backend])