mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
only enable client parsec plugin if HAVE_THREADS_H
This commit is contained in:
parent
18cf72df56
commit
72d54ff9d4
1 changed files with 4 additions and 0 deletions
|
@ -7,7 +7,11 @@ ENDIF()
|
|||
SET(CONC_WITH_SIGNCODE ${SIGNCODE})
|
||||
SET(SIGN_OPTIONS ${SIGNTOOL_PARAMETERS})
|
||||
SET(CONC_WITH_EXTERNAL_ZLIB ON)
|
||||
|
||||
CHECK_INCLUDE_FILES (threads.h HAVE_THREADS_H)
|
||||
IF(HAVE_THREADS_H)
|
||||
SET(CLIENT_PLUGIN_PARSEC DYNAMIC)
|
||||
ENDIF()
|
||||
|
||||
IF(SSL_DEFINES MATCHES "WOLFSSL")
|
||||
IF(WIN32)
|
||||
|
|
Loading…
Reference in a new issue