# HG changeset patch # User Karl Heuer # Date 802661950 0 # Node ID bad47702c3b1ee2972734d85592358265a892ff9 # Parent f4a8265756e7240b49786217903441c1cb5049cd (LIBS_MACHINE): Use -lpthread if it exists. diff -r f4a8265756e7 -r bad47702c3b1 src/m/ibmrs6000.h --- 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