[8396] Misc cleanup patches to configure.ac

* Use pkg-config for ACE (req. ACE 5.5.2 or later), in mangos included 5.6.6.
* Use pkg-config for OpenSSL
* Enable silent builds with >=automake-1.11

Note: possible you will need install pkg-config tool at your Unix/Linux

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
plaes 2009-08-20 06:33:14 +04:00 committed by VladimirMangos
parent 4d0eee5393
commit ddf54081d0
2 changed files with 13 additions and 37 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8395"
#define REVISION_NR "8396"
#endif // __REVISION_NR_H__