From: Kurt Zeilenga Date: Fri, 19 Jan 2007 02:54:38 +0000 (+0000) Subject: fix typo X-Git-Tag: OPENLDAP_REL_ENG_2_4_4ALPHA~8^2~170 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=364ea4fa7cfdd05c4ef1380bffe3ca9aaab7a508;p=openldap fix typo --- diff --git a/configure b/configure index fbb1b29c4e..4985bd6d59 100755 --- a/configure +++ b/configure @@ -23340,7 +23340,7 @@ echo "${ECHO_T}$ol_cv_func_pthread_rwlock_destroy" >&6 cat >>confdefs.h <<\_ACEOF #define HAVE_PTHREAD_RWLOCK_DESTROY 1 _ACEOF -], + fi echo "$as_me:$LINENO: checking for pthread_detach with " >&5 diff --git a/configure.in b/configure.in index 6d001d23a7..b013b04f73 100644 --- a/configure.in +++ b/configure.in @@ -1340,7 +1340,7 @@ pthread_rwlock_t rwlock; ]) if test $ol_cv_func_pthread_rwlock_destroy = yes ; then AC_DEFINE(HAVE_PTHREAD_RWLOCK_DESTROY,1, - [define if you have pthread_rwlock_destroy function])], + [define if you have pthread_rwlock_destroy function]) fi dnl Check for pthread_detach with inclusion