CMake/Utilities/cmliblzma
Brad King fb6142ab2f liblzma: Fix HAVE_INLINE and HAVE___INLINE checks
The checks fail even on compilers that support the keywords because
the linkage is broken:

    src.c:...: undefined reference to 'test'

At the actual use sites we use `static inline` instead of just `inline`,
so perform the check this way too to fix the linkage.
2017-05-17 15:00:16 -04:00
..
common liblzma: fix build on platforms with no SIZE_MAX defined. 2014-11-03 14:37:12 -05:00
liblzma Merge branch 'upstream-liblzma' into update-liblzma 2016-06-29 10:14:03 -04:00
.gitattributes liblzma: Add .gitattributes to ignore whitespace checks 2014-07-21 14:08:46 -04:00
CMakeLists.txt liblzma: Fix HAVE_INLINE and HAVE___INLINE checks 2017-05-17 15:00:16 -04:00
config.h.in liblzma: Use unaligned access only on Intel and PowerPC archs 2015-04-01 11:05:30 -04:00
COPYING Merge branch 'liblzma-upstream' into add-liblzma 2014-07-21 15:54:44 -04:00