summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-06-23 04:37:20 +0000
committerwtc%netscape.com <devnull@localhost>2001-06-23 04:37:20 +0000
commit5f74ccf8612b9150047292a9d2336ec9bb13f564 (patch)
treec1a1810d127fd7d6547669cbc25cefcd73d7985b
parentce238542b78987ec8f8bcbd248e128f15f5c7bac (diff)
downloadnspr-hg-5f74ccf8612b9150047292a9d2336ec9bb13f564.tar.gz
Bugzilla bug #86797: made the configure script recognize darwin and
deleted the old name rhapsody. Modified files: configure configure.in
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 82d3e24d..a8372c65 100755
--- a/configure
+++ b/configure
@@ -4096,7 +4096,7 @@ EOF
PR_MD_CSRCS=qnx.c
;;
-*-rhapsody*)
+*-darwin*)
cat >> confdefs.h <<\EOF
#define XP_UNIX 1
EOF
diff --git a/configure.in b/configure.in
index 2c7f21d8..96ae6a1e 100644
--- a/configure.in
+++ b/configure.in
@@ -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)