[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:
HipToday 2010-01-26 15:29:38 +03:00 committed by VladimirMangos
parent d7c08fdc2f
commit 48d623fef4
2 changed files with 2 additions and 2 deletions

View file

@ -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( z, compress, [ZLIB=-lz],[AC_MSG_ERROR([Missing zlib])] )
AC_CHECK_LIB( compat, ftime, [COMPATLIB=-lcompat] ) AC_CHECK_LIB( compat, ftime, [COMPATLIB=-lcompat] )
AX_CHECK_OPENSSL() AX_CHECK_OPENSSL([], [AC_MSG_ERROR([Missing OpenSSL])])
AC_ARG_WITH(postgresql, AC_ARG_WITH(postgresql,
[ --with-postgresql Use PostgreSQL as a backend (default: no)], [ --with-postgresql Use PostgreSQL as a backend (default: no)],

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "9256" #define REVISION_NR "9257"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__