mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-02-12 10:22:44 +02:00
Fix configure check for SELECT_BROKEN
Fixes broken ifdef nesting in confgure.ac when checking for SELECT_BROKEN Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
This commit is contained in:
committed by
Amadeusz Sławiński
parent
353ca2cd11
commit
de672dcdaf
@@ -538,11 +538,14 @@ AC_TRY_RUN([
|
||||
|
||||
char *nam = "/tmp/conftest$$";
|
||||
|
||||
#ifdef NAMEDPIPE
|
||||
|
||||
#ifndef O_NONBLOCK
|
||||
#define O_NONBLOCK O_NDELAY
|
||||
#endif
|
||||
#ifndef S_IFIFO
|
||||
#define S_IFIFO 0010000
|
||||
|
||||
#endif
|
||||
|
||||
main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user