From kde-bugs-dist Sat Jan 10 14:32:58 2004 From: Torsten Kasch Date: Sat, 10 Jan 2004 14:32:58 +0000 To: kde-bugs-dist Subject: [Bug 72311] arts' configure misdetects ioctl() prototype on Solaris Message-Id: <20040110143258.6414.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=107374518200650 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=72311 ------- Additional Comments From tk@CeBiTec.Uni-Bielefeld.DE 2004-01-10 15:32 ------- Created an attachment (id=4082) --> (http://bugs.kde.org/attachment.cgi?id=4082&action=view) patch for arts/configure.in.in The attached patch fixes this issue for me by adding an "#include " to the autoconf test. I have a bad feeling about adding this unconditionally but #ifdef HAVE_UNISTD_H doesn't seem to be an option in this place... Please note that this patch also contains the fix for bug 68382.