fi
+if test "$enable_pthread_rwlock" = "yes" -a "$enable_developer" != "yes"; then :
+ as_fn_error $? "pthread rwlock is not meant used in production and the developer mode must be enabled" "$LINENO" 5
+fi
+
CRYPTO=OpenSSL
#
AC_DEFINE([USE_PTHREAD_RWLOCK],[1],[Define if you want to use pthread rwlock implementation])
])
+AS_IF([test "$enable_pthread_rwlock" = "yes" -a "$enable_developer" != "yes"],
+ [AC_MSG_ERROR([pthread rwlock is not meant used in production and the developer mode must be enabled])])
+
CRYPTO=OpenSSL
#