Fix building without libcurl
commit0363e66c74acf167dc8d03bf0ea926b43cca5cd8
authorPetr Písař <petr.pisar@atlas.cz>
Thu, 14 Jan 2016 19:16:39 +0000 (14 20:16 +0100)
committerPetr Písař <petr.pisar@atlas.cz>
Thu, 14 Jan 2016 19:16:39 +0000 (14 20:16 +0100)
tree00082451a706d186cb6291a10dd90bd434aa8bcf
parent41b58532118a25229bbb6006abc02f0f30e812da
Fix building without libcurl

If configured --without-libcurl, compilation failed with:

isds.c:11090:17: error: 'struct isds_ctx' has no member named 'curl'

This was caused by misplaced condition on libcurl support. This patch fixes it
together with similar mistake in offline tests.

Reported by Toralf Förster from Gentoo tinderbox testing
<https://bugs.gentoo.org/show_bug.cgi?id=571906>.
src/isds.c
test/offline/Makefile.am