Diff for /configure.in between versions 1.560.2.23 and 1.560.2.24

version 1.560.2.23, 2006/01/10 01:09:43 version 1.560.2.24, 2006/01/10 17:20:02
Line 1 Line 1
 dnl $OpenLDAP: pkg/ldap/configure.in,v 1.560.2.22 2006/01/06 19:09:12 kurt Exp $  dnl $OpenLDAP: pkg/ldap/configure.in,v 1.560.2.23 2006/01/10 01:09:43 kurt Exp $
 dnl This work is part of OpenLDAP Software <http://www.openldap.org/>.  dnl This work is part of OpenLDAP Software <http://www.openldap.org/>.
 dnl  dnl
 dnl Copyright 1998-2006 The OpenLDAP Foundation.  dnl Copyright 1998-2006 The OpenLDAP Foundation.
Line 25  dnl ==================================== Line 25  dnl ====================================
 dnl Configure.in for OpenLDAP  dnl Configure.in for OpenLDAP
 AC_COPYRIGHT([[Copyright 1998-2006 The OpenLDAP Foundation. All rights reserved.  AC_COPYRIGHT([[Copyright 1998-2006 The OpenLDAP Foundation. All rights reserved.
 Restrictions apply, see COPYRIGHT and LICENSE files.]])  Restrictions apply, see COPYRIGHT and LICENSE files.]])
 AC_REVISION([$OpenLDAP: pkg/ldap/configure.in,v 1.560.2.22 2006/01/06 19:09:12 kurt Exp $])  AC_REVISION([$OpenLDAP: pkg/ldap/configure.in,v 1.560.2.23 2006/01/10 01:09:43 kurt Exp $])
 AC_INIT([OpenLDAP],,[http://www.openldap.org/its/])  AC_INIT([OpenLDAP],,[http://www.openldap.org/its/])
 m4_define([AC_PACKAGE_BUGREPORT],[<http://www.openldap.org/its/>])  m4_define([AC_PACKAGE_BUGREPORT],[<http://www.openldap.org/its/>])
 AC_CONFIG_SRCDIR(build/version.sh)dnl  AC_CONFIG_SRCDIR(build/version.sh)dnl
Line 1589  dnl   [ol_cv_pthread_lpthread_lexc]) Line 1589  dnl   [ol_cv_pthread_lpthread_lexc])
                         ol_replace_broken_yield=no                          ol_replace_broken_yield=no
                         case "$target" in                          case "$target" in
                         *-*-linux*)                           *-*-linux*) 
                                   AC_CHECK_FUNCS(nanosleep)
                                 ol_replace_broken_yield=yes                                  ol_replace_broken_yield=yes
                         ;;                          ;;
                         esac                          esac

Removed from v.1.560.2.23  
changed lines
  Added in v.1.560.2.24


______________
© Copyright 1998-2020, OpenLDAP Foundation, info@OpenLDAP.org