Add back missing thread function check.
authorScott Cantor <cantor.2@osu.edu>
Sat, 12 May 2007 00:18:01 +0000 (00:18 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sat, 12 May 2007 00:18:01 +0000 (00:18 +0000)
configure.ac

index f456442..3a715d5 100644 (file)
@@ -79,6 +79,8 @@ else
     CXXFLAGS="$PTHREAD_CFLAGS $CXXFLAGS"
 fi
 
+AC_CHECK_FUNCS([pthread_rwlock_init])
+
 # OpenSSL settings
 AC_ARG_WITH(openssl,
     AC_HELP_STRING([--with-openssl=PATH], [where openssl is installed]),