mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Disable symlinks if compiled with -DHAVE_BROKEN_REALPATH
This commit is contained in:
parent
6cb77c6b3e
commit
5949f901ab
1 changed files with 4 additions and 0 deletions
|
@ -229,7 +229,11 @@ SHOW_COMP_OPTION have_openssl=SHOW_OPTION_YES;
|
|||
#else
|
||||
SHOW_COMP_OPTION have_openssl=SHOW_OPTION_NO;
|
||||
#endif
|
||||
#ifdef HAVE_BROKEN_REALPATH
|
||||
SHOW_COMP_OPTION have_symlink=SHOW_OPTION_NO;
|
||||
#else
|
||||
SHOW_COMP_OPTION have_symlink=SHOW_OPTION_YES;
|
||||
#endif
|
||||
#ifdef HAVE_QUERY_CACHE
|
||||
SHOW_COMP_OPTION have_query_cache=SHOW_OPTION_YES;
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue