]> git.sur5r.net Git - openldap/commitdiff
fix typo
authorKurt Zeilenga <kurt@openldap.org>
Fri, 19 Jan 2007 02:54:38 +0000 (02:54 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 19 Jan 2007 02:54:38 +0000 (02:54 +0000)
configure
configure.in

index fbb1b29c4e03c9662a9c4f8807e947699caedf5f..4985bd6d598a1f425e4816dd0c34430a10ff7704 100755 (executable)
--- 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 <pthread.h>" >&5
index 6d001d23a797c450ec8195b1c1d9b3cf816b8870..b013b04f732973e7b045dfdee79b3e1e7159f2a2 100644 (file)
@@ -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 <pthread.h> inclusion