Fix output window on systems that do not have /dev/pty* (modern Linux).
commit1da232f86440ab475a35f656ca155b4157348263
authorJohannes Sixt <j6t@kdbg.org>
Wed, 12 May 2010 20:08:52 +0000 (12 22:08 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Fri, 4 Jun 2010 19:47:35 +0000 (4 21:47 +0200)
treea0b5fc1aea544fee61affe7958d88874218593ae
parent02daac774c38074644bf209f648022349cdedcd8
Fix output window on systems that do not have /dev/pty* (modern Linux).

The cmake check for the openpty function did not work (on Linux) because
it needs to link with libutil, but this was not announced. Fix it.
kdbg/CMakeLists.txt