aboutsummaryrefslogtreecommitdiff
path: root/libobjc/configure.ac
diff options
context:
space:
mode:
authortbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-02 04:11:07 +0000
committertbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-02 04:11:07 +0000
commit9ea9539044cf52b5286446864683cb18051561e2 (patch)
treefee646565688a42fe976a306924b04532245ff8c /libobjc/configure.ac
parent47239e3ff6478d3e282851de628efb9a28a1d856 (diff)
fixup libobjc usage of PCC_BITFIELD_TYPE_MATTERS
libobjc/ChangeLog: 2015-05-01 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> * acinclude.m4: Include bitfields.m4. * config.h.in: Regenerate. * configure: Likewise. * configure.ac: Invoke gt_BITFIELD_TYPE_MATTERS. * encoding.c: Check HAVE_BITFIELD_TYPE_MATTERS. config/ChangeLog: 2015-05-01 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> * bitfields.m4: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222715 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/configure.ac')
-rw-r--r--libobjc/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/libobjc/configure.ac b/libobjc/configure.ac
index c794a80b518..2d88519f644 100644
--- a/libobjc/configure.ac
+++ b/libobjc/configure.ac
@@ -266,6 +266,8 @@ fi
AC_LANG_POP(C)
AC_MSG_RESULT($ac_exception_model_name)
+gt_BITFIELD_TYPE_MATTERS
+
# ------
# Output
# ------