From: Karl Heuer Date: Sun, 11 Jun 1995 22:07:14 +0000 (+0000) Subject: Add comment. X-Git-Tag: emacs-19.34~3665 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=41a69b9e554c8a837e98756d0f64cc65dd992417;p=emacs.git Add comment. --- diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index 7b6cc6845a0..ad5b272fbc6 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h @@ -122,6 +122,8 @@ 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 + on older versions of X where it happens to exist. */ #ifdef HAVE_LIBPTHREAD #define LIBS_MACHINE -lrts -lIM -liconv -lpthread #else