mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
configure.in:
Restored accidently removed line to check for zlib configure.in: Restored accidently removed line to check for zlib
This commit is contained in:
parent
d429f59011
commit
6f83533440
1 changed files with 2 additions and 0 deletions
|
@ -845,6 +845,8 @@ AC_CHECK_FUNC(bind, , AC_CHECK_LIB(bind, bind))
|
|||
# Check if crypt() exists in libc or libcrypt, sets LIBS if needed
|
||||
AC_SEARCH_LIBS(crypt, crypt, AC_DEFINE(HAVE_CRYPT, 1, [crypt]))
|
||||
|
||||
MYSQL_CHECK_ZLIB_WITH_COMPRESS
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Check for TCP wrapper support
|
||||
#--------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue