1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix to be able to cross-compile for modesto

This commit is contained in:
monty@mysql.com
2004-06-27 18:20:06 +03:00
parent c3eb936040
commit 380ff9c228
2 changed files with 1 additions and 1 deletions

View File

@ -768,7 +768,7 @@ AC_CHECK_FUNC(sem_init, , AC_CHECK_LIB(posix4, sem_init))
# For compress in zlib # For compress in zlib
case $SYSTEM_TYPE in case $SYSTEM_TYPE in
*netware*) *netware* | *modesto*)
AC_DEFINE(HAVE_COMPRESS) AC_DEFINE(HAVE_COMPRESS)
;; ;;
*) *)

0
scripts/make_win_src_distribution.sh Executable file → Normal file
View File