Mercurial > emacs
changeset 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 | f4a8265756e7 |
children | e83a888f32d9 |
files | src/m/ibmrs6000.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/ibmrs6000.h Fri Jun 09 01:29:21 1995 +0000 +++ b/src/m/ibmrs6000.h Fri Jun 09 01:39:10 1995 +0000 @@ -122,8 +122,12 @@ #define C_SWITCH_MACHINE -D_BSD #ifdef AIX3_2 +#ifdef HAVE_LIBPTHREAD +#define LIBS_MACHINE -lrts -lIM -liconv -lpthread +#else /* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */ #define LIBS_MACHINE -lrts -lIM -liconv +#endif #else #define LIBS_MACHINE -lIM #endif