diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-07-20 12:41:57 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-07-23 09:18:43 +0100 |
commit | 9060a85193a0e15f67568ea6cac3a082fbcab30f (patch) | |
tree | 61fc240d8e92ce0990159d6062627a653ad995c9 /configure.ac | |
parent | 7269d75321b9d2a967a59fb35f243397f577eb41 (diff) | |
download | glib-9060a85193a0e15f67568ea6cac3a082fbcab30f.tar.gz glib-9060a85193a0e15f67568ea6cac3a082fbcab30f.tar.bz2 glib-9060a85193a0e15f67568ea6cac3a082fbcab30f.zip |
glib-init: statically assert that we have 8-bit bytes
configure.ac assumes this.
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=730932
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f5f23b721..6e22fcba3 100644 --- a/configure.ac +++ b/configure.ac @@ -2812,6 +2812,7 @@ _______EOF ### this should always be true in a modern C/C++ compiler + ### and is statically asserted by glib-init.c cat >>$outfile <<_______EOF typedef signed char gint8; typedef unsigned char guint8; |