]> git.ipfire.org Git - thirdparty/tor.git/commit
Provide missing description for our FLEXIBLE_ARRAY_MEMBER defines
authorNick Mathewson <nickm@torproject.org>
Tue, 13 Sep 2011 23:51:37 +0000 (19:51 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 13 Sep 2011 23:51:37 +0000 (19:51 -0400)
commit296649fd2b0aa1d0c328ca8b494d746a75cbb28b
treee485f3acbb1a2ba327b4f2cfc01adfbe62afcbbd
parentbefaa435bd9ba60a10e1d796ad66f405a5889086
Provide missing description for our FLEXIBLE_ARRAY_MEMBER defines

Apparently autoheader throws a tantrum if you say 'AC_DEFINE([a],
[b])'.  Instead you must say 'AC_DEFINE([a], [b], [description of
a])'.  We were running into this in our replacement definitions for
FLEXIBLE_ARRAY_MEMBER, which were only getting built on autoconf
versions before 2.61 -- and this made us stop working with those
autoconf versinos.

Fixes bug 2430; bugfix on 0.2.3.1-alpha.
changes/bug2430 [new file with mode: 0644]
configure.in