# HG changeset patch # User Richard M. Stallman # Date 827085932 0 # Node ID 2935ee86a8f84e3d4cc70589c68b5a2582c963b5 # Parent 004a081ecdefda7fbb0017c2efb2c5fcd420814f (NEED_LIBW): Defined. diff -r 004a081ecdef -r 2935ee86a8f8 src/s/irix5-2.h --- a/src/s/irix5-2.h Sun Mar 17 18:04:54 1996 +0000 +++ b/src/s/irix5-2.h Sun Mar 17 18:05:32 1996 +0000 @@ -7,3 +7,7 @@ /* C-g in select is not handled properly with restartable system calls. So don't use them. */ #undef SA_RESTART + +/* schoepf@goofy.zdv.Uni-Mainz.de reports he needed -lw with X11R6 + on Irix 5.3. I don't know which Irix version that need starts with. */ +#define NEED_LIBW