Mercurial > emacs
comparison src/m/ibmrs6000.h @ 12158:bad47702c3b1
(LIBS_MACHINE): Use -lpthread if it exists.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 09 Jun 1995 01:39:10 +0000 |
parents | 0c96366e10d2 |
children | a27e9424e3de |
comparison
equal
deleted
inserted
replaced
12157:f4a8265756e7 | 12158:bad47702c3b1 |
---|---|
120 #endif | 120 #endif |
121 | 121 |
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 #ifdef HAVE_LIBPTHREAD | |
126 #define LIBS_MACHINE -lrts -lIM -liconv -lpthread | |
127 #else | |
125 /* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */ | 128 /* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */ |
126 #define LIBS_MACHINE -lrts -lIM -liconv | 129 #define LIBS_MACHINE -lrts -lIM -liconv |
130 #endif | |
127 #else | 131 #else |
128 #define LIBS_MACHINE -lIM | 132 #define LIBS_MACHINE -lIM |
129 #endif | 133 #endif |
130 | 134 |
131 #define START_FILES | 135 #define START_FILES |