summaryrefslogtreecommitdiff
path: root/src/m
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-06-11 22:07:14 +0000
committerKarl Heuer <kwzh@gnu.org>1995-06-11 22:07:14 +0000
commitebb8a2e5651f82aa12049c58726afb5552ef8124 (patch)
tree046fe320d6827c201db1a0ee0d584be67b52457a /src/m
parent0d84b7a8e47ddbb58360295ee2980e7311e616ed (diff)
downloademacs-ebb8a2e5651f82aa12049c58726afb5552ef8124.tar.gz
Add comment.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/ibmrs6000.h2
1 files changed, 2 insertions, 0 deletions
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