summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorseawood%netscape.com <devnull@localhost>2001-10-26 04:55:58 +0000
committerseawood%netscape.com <devnull@localhost>2001-10-26 04:55:58 +0000
commitaff2b158d82fd2d028104874d665b72711063363 (patch)
tree3b03898813bfc57a43d818470d89f94186ad7403 /configure
parentcb8080aa986b8211a358e58fbeadaae66f69be98 (diff)
downloadnspr-hg-aff2b158d82fd2d028104874d665b72711063363.tar.gz
Convert all rhapsody (pre-beta-macosx) references to darwin.
Bug #106617 r=wtc
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index 3c2ef17d..fbd38828 100755
--- a/configure
+++ b/configure
@@ -4109,14 +4109,14 @@ EOF
EOF
cat >> confdefs.h <<\EOF
-#define RHAPSODY 1
+#define DARWIN 1
EOF
cat >> confdefs.h <<\EOF
#define HAVE_BSD_FLOCK 1
EOF
- CFLAGS="$CFLAGS -Wmost -fno-common -pipe"
+ CFLAGS="$CFLAGS -Wmost -fno-common -pipe"
if echo $OS_TEST | grep -c 86 2>/dev/null; then
CFLAGS="$CFLAGS -mno-486"
cat >> confdefs.h <<\EOF
@@ -4135,8 +4135,8 @@ EOF
MKSHLIB='$(CC) -arch $(CPU_ARCH) $(DSO_LDOPTS) -o $@'
DLL_SUFFIX=dylib
USE_PTHREADS=1
- MDCPUCFG_H=_rhapsody.cfg
- PR_MD_CSRCS=rhapsody.c
+ MDCPUCFG_H=_darwin.cfg
+ PR_MD_CSRCS=darwin.c
;;
*-*-sco*)
@@ -5482,7 +5482,7 @@ s%\[%\\&%g
s%\]%\\&%g
s%\$%$$%g
EOF
-DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' ' | tr '\015' ' '`
+DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '| tr '\015' ' '`
rm -f conftest.defs