diff options
| author | Karl Heuer | 1995-06-09 01:39:10 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-06-09 01:39:10 +0000 |
| commit | 549fba2b64f2b2fba984dbcc9aaab06f88108d6a (patch) | |
| tree | db386bca81738c24bc0334fee6b0b6a9e4927678 /src | |
| parent | 117aaf60575efb80ad3138063519d7dfe10ea830 (diff) | |
| download | emacs-549fba2b64f2b2fba984dbcc9aaab06f88108d6a.tar.gz emacs-549fba2b64f2b2fba984dbcc9aaab06f88108d6a.zip | |
(LIBS_MACHINE): Use -lpthread if it exists.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/ibmrs6000.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index 42642e125ab..7b6cc6845a0 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h | |||
| @@ -122,8 +122,12 @@ 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 | #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 |