Commit 3eb5fd0f authored by unknown's avatar unknown
Browse files

Fix to be able to cross-compile for modesto


scripts/make_win_src_distribution.sh:
  Change mode to -rw-rw-r--
parent 07589a6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -768,7 +768,7 @@ AC_CHECK_FUNC(sem_init, , AC_CHECK_LIB(posix4, sem_init))

# For compress in zlib
case $SYSTEM_TYPE in
  *netware*)
  *netware* | *modesto*)
    AC_DEFINE(HAVE_COMPRESS)
    ;;
  *)
+0 −0

File mode changed from 100755 to 100644.