MDEV-22066: out-of-source build fails with WITHOUT_SERVER=ON

Patch 4aaa38d26e is replacing `my_config.h` with
`my_global.h` which is included in in-source build, but not for
out-of-source build tree.

Closes 
This commit is contained in:
Anel Husakovic 2020-08-07 17:03:17 +02:00
parent e0c06f5396
commit 863e28ff3e

View file

@ -1,7 +1,8 @@
IF(WIN32)
IF(WIN32 OR WITHOUT_SERVER)
# Handlersocket does not compile on Windows, compiles but does
# not start on FreeBSD.
# not start on FreeBSD.
# It is a server plugin and disable it explicitly here.
RETURN()
ENDIF()