]> git.sur5r.net Git - openldap/blobdiff - configure.in
Log select() failure at DEBUG_ANY, since it triggers a shutdown.
[openldap] / configure.in
index 7109274c2abdf5db2f882ac6b7392ac87d9f5bda..0d52e9a1f9da40ad628373c363948f4145c91b5e 100644 (file)
@@ -27,6 +27,7 @@ AC_COPYRIGHT([[Copyright 1998-2006 The OpenLDAP Foundation. All rights reserved.
 Restrictions apply, see COPYRIGHT and LICENSE files.]])
 AC_REVISION([$OpenLDAP$])
 AC_INIT([OpenLDAP],,[http://www.openldap.org/its/])
+m4_define([AC_PACKAGE_BUGREPORT],[<http://www.openldap.org/its/>])
 AC_CONFIG_SRCDIR(build/version.sh)dnl
 dnl ----------------------------------------------------------------
 dnl OpenLDAP Autoconf Macros
@@ -1603,6 +1604,7 @@ dnl                       [ol_cv_pthread_lpthread_lexc])
                        ol_replace_broken_yield=no
                        case "$target" in
                        *-*-linux*) 
+                               AC_CHECK_FUNCS(nanosleep)
                                ol_replace_broken_yield=yes
                        ;;
                        esac