diff options
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/ibmrs6000.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index ad5b272fbc6..46e8290c268 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h | |||
| @@ -122,10 +122,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 122 | #define C_SWITCH_MACHINE -D_BSD | 122 | #define C_SWITCH_MACHINE -D_BSD |
| 123 | 123 | ||
| 124 | #ifdef AIX3_2 | 124 | #ifdef AIX3_2 |
| 125 | /* -lpthread seems to be necessary for Xlib in X11R6, and should be harmless | 125 | /* -lpthreads seems to be necessary for Xlib in X11R6, and should be harmless |
| 126 | on older versions of X where it happens to exist. */ | 126 | on older versions of X where it happens to exist. */ |
| 127 | #ifdef HAVE_LIBPTHREAD | 127 | #ifdef HAVE_LIBPTHREADS |
| 128 | #define LIBS_MACHINE -lrts -lIM -liconv -lpthread | 128 | #define LIBS_MACHINE -lrts -lIM -liconv -lpthreads |
| 129 | #else | 129 | #else |
| 130 | /* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */ | 130 | /* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */ |
| 131 | #define LIBS_MACHINE -lrts -lIM -liconv | 131 | #define LIBS_MACHINE -lrts -lIM -liconv |