Bug 232107 - Enable movemail on Mac.

r=jhpedemonte@gmail.com, sr=mscott@mozilla.org
This commit is contained in:
pkw%us.ibm.com 2005-02-04 16:36:05 +00:00
parent 98f7ddeeab
commit fe280bf455

View File

@ -6147,6 +6147,7 @@ elif test "$OS_ARCH" = "BeOS"; then
elif test "$OS_ARCH" = "Darwin"; then
AC_DEFINE(XP_UNIX)
AC_DEFINE(UNIX_ASYNC_DNS)
MOZ_MOVEMAIL=1
elif test "$OS_ARCH" = "OpenVMS"; then
AC_DEFINE(XP_UNIX)
elif test "$OS_ARCH" != "WINNT" -a "$OS_ARCH" != "OS2"; then