summaryrefslogtreecommitdiffstats
path: root/src/mobilesync.c
diff options
context:
space:
mode:
authorGravatar Christophe Fergeau2011-03-11 20:38:58 +0100
committerGravatar Martin Szulecki2011-03-12 03:13:22 +0100
commitd3faf0314f16051a820279f8b5668eed9a9c033c (patch)
treee9bf2d543ecf7f47178b725b28ce60d4c73e6868 /src/mobilesync.c
parent14912f87c6dc2ebcc54771c92558652ae486b089 (diff)
downloadlibimobiledevice-d3faf0314f16051a820279f8b5668eed9a9c033c.tar.gz
libimobiledevice-d3faf0314f16051a820279f8b5668eed9a9c033c.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 'src/mobilesync.c')
0 files changed, 0 insertions, 0 deletions