summaryrefslogtreecommitdiff
path: root/ext/Errno/Errno_pm.PL
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Errno/Errno_pm.PL')
-rw-r--r--ext/Errno/Errno_pm.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL
index 58b440b9c4..541106cbc2 100644
--- a/ext/Errno/Errno_pm.PL
+++ b/ext/Errno/Errno_pm.PL
@@ -30,7 +30,7 @@ sub process_file {
} elsif ($Config{gccversion} ne ''
# OpenSTEP has gcc 2.7.2.1 which recognizes but
# doesn't implement the -dM flag.
- && $^O ne 'openstep' && $^O ne 'next'
+ && $^O ne 'openstep' && $^O ne 'next' && $^O ne 'darwin'
) {
# With the -dM option, gcc outputs every #define it finds
unless(open(FH,"$Config{cc} -E -dM $Config{cppflags} $file |")) {