diff options
author | Craig A. Berry <craigberry@mac.com> | 2001-06-11 09:00:32 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-11 19:49:54 +0000 |
commit | 7b826da8da02afafdc394fc5ec0ba1b0575968f1 (patch) | |
tree | 51dd8f949b06fb985ca198991c49bb3c10826c56 /configure.com | |
parent | 3229381570cd559d546c04f62dc3e86718ceccd8 (diff) | |
download | perl-7b826da8da02afafdc394fc5ec0ba1b0575968f1.tar.gz |
DCL quoting syntax drives pumpking mad
Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
p4raw-id: //depot/perl@10521
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.com b/configure.com index b18a1ca504..4a5ee1eb39 100644 --- a/configure.com +++ b/configure.com @@ -5124,7 +5124,7 @@ $ WC "d_mkstemps='" + d_mkstemps + "'" $ WC "d_mktime='" + d_mktime + "'" $ WC "d_mmap='undef'" $ WC "d_modfl='" + d_modfl + "'" -$ WC "d_modfl_pow32_bug = "undef"' +$ WC "d_modfl_pow32_bug='undef'" $ WC "d_mprotect='undef'" $ WC "d_msg='undef'" $ WC "d_msg_ctrunc='undef'" |