Bugzilla bug #86797: made the configure script recognize darwin and

deleted the old name rhapsody.
Modified files: configure configure.in
This commit is contained in:
wtc%netscape.com 2001-06-23 04:37:20 +00:00
parent 51927a315d
commit 6df226985b
2 changed files with 2 additions and 2 deletions

2
nsprpub/configure vendored
View File

@ -4096,7 +4096,7 @@ EOF
PR_MD_CSRCS=qnx.c
;;
*-rhapsody*)
*-darwin*)
cat >> confdefs.h <<\EOF
#define XP_UNIX 1
EOF

View File

@ -1415,7 +1415,7 @@ mips-sony-newsos*)
PR_MD_CSRCS=qnx.c
;;
*-rhapsody*)
*-darwin*)
AC_DEFINE(XP_UNIX)
AC_DEFINE(RHAPSODY)
AC_DEFINE(HAVE_BSD_FLOCK)