configure: Add basic support for Haiku
authorAndreas Färber <andreas.faerber>
Sun, 19 Sep 2010 22:50:43 +0000 (00:50 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 3 Oct 2010 06:31:05 +0000 (06:31 +0000)
commitf1f630e71ddc5898179fd540ca9137a0960a60b2
treecb8dde18f8bb3b7ed6dd43d4f5949aa0d4cb96a1
parentb6c8fd20b30281a5d91c9abbd84515f8e12d9722
configure: Add basic support for Haiku

For compatibility with BeOS, Haiku's error codes are negative whereas recent
POSIX versions require them to be positive. As spotted by François, some
parts of QEMU code rely on this, so use a mapper library to convert them
to positive ones.

Cc: François Revol <revol@free.fr>
Cc: Ingo Weinhold <ingo_weinhold@gmx.de>
Haiku has network functions in libnetwork.so. It doesn't ship libutil.so.

Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure