On FreeBSD 10.0, size_t needs to be defined before including cxxabi.h.
Currenty HAVE_CXXABI_H is not defined on FreeBSD because of that reason.
This patch teaches cmake and configure how to include it.
Details
Details
- Reviewers
• rafael
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hm. The regenerated configure looks suspicious, the rest is fine.
autoconf/configure.ac | ||
---|---|---|
1596 | Move that comment out of the test case, please. Just like you already do for cmake. |
Comment Actions
I installed autoconf 2.60 and automake 1.9.6 and then ran AutoRegen.sh.
The auto-generated configure seems to be working fine.
Not sure why I got this large minus diff.
autoconf/configure.ac | ||
---|---|---|
1596 | Done |
Move that comment out of the test case, please. Just like you already do for cmake.