diff options
author | Christophe Fergeau | 2011-03-11 20:38:58 +0100 |
---|---|---|
committer | Martin Szulecki | 2011-03-26 11:53:52 +0100 |
commit | b22e695c5546439035febd29c6fbb06b2ffd29af (patch) | |
tree | 7e255b4a58dd1b90bd37759ddc7890a7c506e077 /docs | |
parent | 7eb76c0f7bd5710b7d37c1aac4dd9585d249c2db (diff) | |
download | libimobiledevice-b22e695c5546439035febd29c6fbb06b2ffd29af.tar.gz libimobiledevice-b22e695c5546439035febd29c6fbb06b2ffd29af.tar.bz2 |
Fix swig detection
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.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions