diff options
author | Craig A. Berry <craigberry@mac.com> | 2006-11-24 04:42:43 +0000 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2006-11-24 04:42:43 +0000 |
commit | d91e317932a7bbe966ac88dc9cc51e988f084fd8 (patch) | |
tree | 95a4a672aaaf475b5dc7be299bd4c589833d2e8b /configure.com | |
parent | f8fc2ecf2fa95aa27fcef856e4853807c5dec00e (diff) | |
download | perl-d91e317932a7bbe966ac88dc9cc51e988f084fd8.tar.gz |
Initialize targetarch in configure.com
p4raw-id: //depot/perl@29369
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.com b/configure.com index 4c2c2b322f..9a9982bcc5 100644 --- a/configure.com +++ b/configure.com @@ -6330,6 +6330,7 @@ $ WC "stdio_cnt='((*fp)->_cnt)'" $ WC "stdio_ptr='((*fp)->_ptr)'" $ WC "stdio_stream_array=' " + "'" $ WC "subversion='" + subversion + "'" +$ WC "targetarch='" + "'" $ WC "timetype='" + timetype + "'" $ WC "u16size='" + u16size + "'" $ WC "u16type='" + u16type + "'" |