configure: disable Archipelago by default and warn about libxseg GPLv3 license
commit6a460ed18a3fda0eb2d9c96b8b01817b4dcbded4
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 9 Apr 2015 13:52:18 +0000 (9 14:52 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 9 Apr 2015 20:43:15 +0000 (9 21:43 +0100)
tree0d0d53443c844d2b27a419233fe56a381f9b2e8e
parenta6f2cb037a82fb8679e70e175cfbc879dd829e06
configure: disable Archipelago by default and warn about libxseg GPLv3 license

libxseg has changed license to GPLv3.  QEMU includes GPL "v2 only" code
which is not compatible with GPLv3.  This means the resulting binaries
may not be redistributable!

Disable Archipelago (libxseg) by default to prevent accidental license
violations.  Also warn if linking against libxseg is enabled to remind
the user.

Note that this commit does not constitute any advice about software
licensing.  If you have doubts you should consult a lawyer.

Cc: Chrysostomos Nanakos <cnanakos@grnet.gr>
Suggested-by: Kevin Wolf <kwolf@redhat.com>
Reported-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Message-id: 1428587538-8765-1-git-send-email-stefanha@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
configure