mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[8415] Implement --enable-builtin-ace option for explicit select builtin/system ACE.
* --enable-builtin-ace (default) set use builting in mangos sources ACE version build and use * --disable-builtin-ace set use installed in system ACE version (if any) or error if no system version installed. This let easy use system version of ACE if it prefered by some reasons (for example 5.5.2 ACE package at 6.x FreeBSD) * This also fix proper detection Stack_Trace.h existance in both cases. More proper header existance check base at patch suggested by Plaes. Thanks to Splinter for testing.
This commit is contained in:
parent
9f01551210
commit
bee8a0ddce
2 changed files with 26 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8414"
|
||||
#define REVISION_NR "8415"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue