]> git.eshelyaron.com Git - emacs.git/commitdiff
Add comment.
authorKarl Heuer <kwzh@gnu.org>
Sun, 11 Jun 1995 22:07:14 +0000 (22:07 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 11 Jun 1995 22:07:14 +0000 (22:07 +0000)
src/m/ibmrs6000.h

index 7b6cc6845a0bba9196c94287087384c8825e0213..ad5b272fbc6196c59c8e48f5a4842a432963705c 100644 (file)
@@ -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