Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
This could ultimatively lead to broken AFC communication with a device
on affected platforms due to bad byte order in the AFC protocol header.
|
|
|
|
Earlier versions are just too different and cause to many issues.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This change requires gnutls >= 2.2.0 for the latter to be available.
With deprecation starts with gnutls 2.12.0.
|
|
|
|
AC_PROG_SWIG indicates failure to detect swig by setting the SWIG
variable to false. Commit f489971b6b moved the "$SWIG != false"
test before the call to AC_PROG_SWIG, which leads to the rest of
configure.ac to think swig has been successfully detected even
when not present. Move this test after the call to AC_PROG_SWIG.
This also gets rid of the SWIG_SUB variable which is not really
useful since the SWIG variable can be used for the same purpose.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
anyways
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use --without-swig to prevent building the swig extensions even if swig
is installed.
[#93 state:resolved]
Signed-off-by: Matt Colyer <matt@colyer.name>
|
|
|