mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[9257] Report error message at openssl dir find fail in configure.
Instead linking errors. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
d7c08fdc2f
commit
48d623fef4
2 changed files with 2 additions and 2 deletions
|
|
@ -98,7 +98,7 @@ AC_CHECK_LIB( pthread, pthread_create, [],
|
|||
])
|
||||
AC_CHECK_LIB( z, compress, [ZLIB=-lz],[AC_MSG_ERROR([Missing zlib])] )
|
||||
AC_CHECK_LIB( compat, ftime, [COMPATLIB=-lcompat] )
|
||||
AX_CHECK_OPENSSL()
|
||||
AX_CHECK_OPENSSL([], [AC_MSG_ERROR([Missing OpenSSL])])
|
||||
|
||||
AC_ARG_WITH(postgresql,
|
||||
[ --with-postgresql Use PostgreSQL as a backend (default: no)],
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9256"
|
||||
#define REVISION_NR "9257"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue