mirror of
https://github.com/MariaDB/server.git
synced 2025-10-12 12:25:37 +03:00
Applied a few Netware patches.
This commit is contained in:
11
acinclude.m4
11
acinclude.m4
@@ -241,13 +241,10 @@ dnl ZLIB_LIBS (i. e. -L/path/to/zlib/lib -lz).
|
|||||||
AC_DEFUN([MYSQL_CHECK_ZLIB_WITH_COMPRESS], [
|
AC_DEFUN([MYSQL_CHECK_ZLIB_WITH_COMPRESS], [
|
||||||
AC_MSG_CHECKING([for zlib compression library])
|
AC_MSG_CHECKING([for zlib compression library])
|
||||||
case $SYSTEM_TYPE in
|
case $SYSTEM_TYPE in
|
||||||
dnl This is a quick fix for Netware if AC_TRY_LINK for some reason
|
*netware* | *modesto*)
|
||||||
dnl won't work there. Uncomment in case of failure and on Netware
|
AC_MSG_RESULT(ok)
|
||||||
dnl we'll always assume that zlib is present
|
AC_DEFINE([HAVE_COMPRESS], [1], [Define to enable compression support])
|
||||||
dnl *netware* | *modesto*)
|
;;
|
||||||
dnl AC_MSG_RESULT(ok)
|
|
||||||
dnl AC_DEFINE([HAVE_COMPRESS], [1], [Define to enable compression support])
|
|
||||||
dnl ;;
|
|
||||||
*)
|
*)
|
||||||
AC_ARG_WITH([zlib-dir],
|
AC_ARG_WITH([zlib-dir],
|
||||||
AC_HELP_STRING([--with-zlib-dir=DIR],
|
AC_HELP_STRING([--with-zlib-dir=DIR],
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user