diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-11-06 07:56:01 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-11-06 07:56:01 +0100 |
commit | c193ef60f6a5fd42aabc316c80c3fc0f431e71ad (patch) | |
tree | 3aa273295ef2285c47ee5252998c67f6fc1e686a /configure.com | |
parent | cb39f75f02caa9f23c14dfcac8a46fb1bd154b4f (diff) | |
download | perl-c193ef60f6a5fd42aabc316c80c3fc0f431e71ad.tar.gz |
Detection (and warning) of char size in bits
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 d5ea93253c..934633e1b0 100644 --- a/configure.com +++ b/configure.com @@ -5854,6 +5854,7 @@ $ WC "ccversion='" + ccversion + "'" $ WC "cf_by='" + cf_by + "'" $ WC "cf_email='" + cf_email + "'" $ WC "cf_time='" + cf_time + "'" +$ WC "charbits='8'" $ WC "config_args='" + config_args + "'" $ WC "config_sh='" + config_sh + "'" $ WC "cpp_stuff='" + cpp_stuff + "'" |