mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
only enable client parsec plugin if HAVE_THREADS_H
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user