summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2001-10-12 06:52:28 +0200
committergerv%gerv.net <>2001-10-12 06:52:28 +0200
commit732514db285f8dade05d1deb6a29813123a4d6bd (patch)
treea87d77918e76abec30f58d007f543c9c2509fdf7 /checksetup.pl
parent69a478ec3fbd8dcab546c57bacf150ed739b7dab (diff)
downloadbugzilla-732514db285f8dade05d1deb6a29813123a4d6bd.tar.gz
bugzilla-732514db285f8dade05d1deb6a29813123a4d6bd.tar.xz
Add MacOS X. Bug 52577. Patch by afranke. r=gerv.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl6
1 files changed, 2 insertions, 4 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 046f34eb5..a90ff0009 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -94,9 +94,6 @@
use diagnostics;
use strict;
-#
-# This are the --LOCAL-- variables defined in 'localconfig'
-#
# 12/17/00 justdave@syndicomm.com - removed declarations of the localconfig
# variables from this location. We don't want these declared here. They'll
# automatically get declared in the process of reading in localconfig, and
@@ -410,7 +407,8 @@ LocalVar('opsys', '
"Mac System 8.0",
"Mac System 8.5",
"Mac System 8.6",
- "Mac System 9.0",
+ "Mac System 9.x",
+ "MacOS X",
"Linux",
"BSDI",
"FreeBSD",