1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 07:20:35 -08:00

(LIBS_MACHINE): Use -lpthreads, not -lpthread.

This commit is contained in:
Karl Heuer 1995-06-13 21:47:34 +00:00
parent 027dae6369
commit b1f7fb34e4

View file

@ -122,10 +122,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#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