# HG changeset patch # User Karl Heuer # Date 803080054 0 # Node ID a2c1cc17593f8faa47f3f9966b39975d5c183135 # Parent 3645602e817f93e5e5a2e20370b3d779dafe1714 (LIBS_MACHINE): Use -lpthreads, not -lpthread. diff -r 3645602e817f -r a2c1cc17593f src/m/ibmrs6000.h --- a/src/m/ibmrs6000.h Tue Jun 13 21:44:48 1995 +0000 +++ b/src/m/ibmrs6000.h Tue Jun 13 21:47:34 1995 +0000 @@ -122,10 +122,10 @@ #define C_SWITCH_MACHINE -D_BSD #ifdef AIX3_2 -/* -lpthread seems to be necessary for Xlib in X11R6, and should be harmless +/* -lpthreads seems to be necessary for Xlib in X11R6, and should be harmless on older versions of X where it happens to exist. */ -#ifdef HAVE_LIBPTHREAD -#define LIBS_MACHINE -lrts -lIM -liconv -lpthread +#ifdef HAVE_LIBPTHREADS +#define LIBS_MACHINE -lrts -lIM -liconv -lpthreads #else /* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */ #define LIBS_MACHINE -lrts -lIM -liconv