m4/gst-dowhile.m4: Add macro that checks if the compiler supports do {} while (0... RELEASE-0_10_10 RELEASE-0_10_11 RELEASE-0_10_12 RELEASE-0_10_13 RELEASE-0_10_14 RELEASE-0_10_4 RELEASE-0_10_5 RELEASE-0_10_6 RELEASE-0_10_7 RELEASE-0_10_8 RELEASE-0_10_9
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 21 Mar 2008 12:38:02 +0000 (12:38 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 21 Mar 2008 12:38:02 +0000 (12:38 +0000)
commit9a358e5cc3977fd6121f12dd25a358081fd77041
tree78ca059ed1b2db1981bc7ecdcc55e7dd022a28eb
parentbe0cdb8d7e47ced4f4bec982e499024189983703
m4/gst-dowhile.m4: Add macro that checks if the compiler supports do {} while (0) macros and define HAVE_DOWHILE_MACR...

Original commit message from CVS:
* m4/gst-dowhile.m4:
Add macro that checks if the compiler supports do {} while (0)
macros and define HAVE_DOWHILE_MACROS if it does. This is
needed by glib/gmacros.h to use something else than
if (1) else for G_STMT_START/END when compling C++, which
causes compiler warnings because of ambigious else with g++ 4.3.
ChangeLog
m4/gst-dowhile.m4 [new file with mode: 0644]