]> Git Repo - qemu.git/commit - configure
configure: disable Archipelago by default and warn about libxseg GPLv3 license
authorStefan Hajnoczi <[email protected]>
Thu, 9 Apr 2015 13:52:18 +0000 (14:52 +0100)
committerPeter Maydell <[email protected]>
Thu, 9 Apr 2015 20:43:15 +0000 (21:43 +0100)
commit6a460ed18a3fda0eb2d9c96b8b01817b4dcbded4
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 <[email protected]>
Suggested-by: Kevin Wolf <[email protected]>
Reported-by: Andreas Färber <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
Reviewed-by: Andreas Färber <[email protected]>
Message-id: 1428587538[email protected]
Signed-off-by: Peter Maydell <[email protected]>
configure
This page took 0.020956 seconds and 4 git commands to generate.