1
0
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:
jani@rhols221.adsl.netsonic.fi
2004-09-16 16:24:44 +03:00
parent a5d6f9f79a
commit dd5d2d8a6d
3 changed files with 28 additions and 21 deletions

View File

@@ -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