added UNIX_BUILD conditional

master
Yevgen Muntyan 2005-06-22 22:12:22 +00:00
parent b0b2234580
commit 9985fd84fd
1 changed files with 3 additions and 0 deletions

View File

@ -102,10 +102,13 @@ case $host in
*-*-darwin*)
echo "++++ building for DARWIN ++++"
AC_DEFINE(OS_DARWIN, 1, [darwin])
unix_build=yes
;;
*)
unix_build=yes
;;
esac
AM_CONDITIONAL(UNIX_BUILD, test x$unix_build = "xyes")
AM_CONDITIONAL(MINGW_BUILD, test x$mingw_build = "xyes")
AM_CONDITIONAL(CYGWIN_BUILD, test x$cygwin_build = "xyes")