tidy-cygwin-modifications

This commit is contained in:
vivian.mcphail
2005-05-07 08:07:34 +00:00
parent 6e8f0dc68f
commit d431902833
4 changed files with 38 additions and 13 deletions

View File

@ -42,11 +42,13 @@ fi
AC_SUBST(WHOLE_ARCHIVE_FLAG)
AC_SUBST(LEADING_UNDERSCORE)
if test "$build-os" = "cygwin"
if test "$build_os" = "cygwin"
then
LEADING_UNDERSCORE=1
SYMS="$SYMS -DCYGWIN"
fi
AC_SUBST(LEADING_UNDERSCORE)
AC_SUBST(SYMS)
# Find pwd, in a cygwin friendly way.
# Suggested by: http://www.haskell.org/ghc/docs/latest/html/users_guide/ch11s04.html