re-added compile time error for not having --enable-writedup
parent
a8894d18fe
commit
bd83dd5ffb
|
@ -36,6 +36,12 @@
|
||||||
|
|
||||||
/* wolfSSL */
|
/* wolfSSL */
|
||||||
#include <wolfssl/ssl.h>
|
#include <wolfssl/ssl.h>
|
||||||
|
#include <wolfssl/options.h>
|
||||||
|
|
||||||
|
/* check for writedup */
|
||||||
|
#ifndef HAVE_WRITE_DUP
|
||||||
|
#error "wolfSSL must be configured and installed with --enable-writedup"
|
||||||
|
#endif
|
||||||
|
|
||||||
/* threads */
|
/* threads */
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
Loading…
Reference in New Issue