diff options
| -rw-r--r-- | src/s/sco5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/sco5.h b/src/s/sco5.h index 2c372febe6e..7f0f21d08f8 100644 --- a/src/s/sco5.h +++ b/src/s/sco5.h | |||
| @@ -70,7 +70,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 70 | /* This is safe since we already assumed HAVE_SOCKET | 70 | /* This is safe since we already assumed HAVE_SOCKET |
| 71 | if using X windows. */ | 71 | if using X windows. */ |
| 72 | #undef LIBX11_SYSTEM | 72 | #undef LIBX11_SYSTEM |
| 73 | #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket | 73 | #define LIBX11_SYSTEM -lpt -lnls -lnsl -lc -lsocket |
| 74 | 74 | ||
| 75 | #undef LIB_X11_LIB | 75 | #undef LIB_X11_LIB |
| 76 | #define LIB_X11_LIB -lX11 | 76 | #define LIB_X11_LIB -lX11 |