fix lzma-support detection via xz binary
authorDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 3 Oct 2013 19:34:52 +0000 (21:34 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 3 Oct 2013 19:34:52 +0000 (21:34 +0200)
commit342df712331004aa4907c9dbdf4b7728d087efb0
tree9c9f5cb2e4e27bbf7c7c6b859b353fb4177b50a5
parentd57f6084aaa3972073114973d149ea2291b36682
fix lzma-support detection via xz binary

Clear() only clears a config option, not removing it and an empty
setting still exists. Hence we set the option instead to the xz path
so that the later existance check can find a binary for the test
apt-pkg/aptconfiguration.cc