aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1995-06-11 22:07:14 +0000
committerKarl Heuer1995-06-11 22:07:14 +0000
commit41a69b9e554c8a837e98756d0f64cc65dd992417 (patch)
tree03cd778aa684cc33e8dd9b3434269ffdadf2fe5f
parent6f7bbf795021f2dbdaecfc7de4ab12f67b6f44e0 (diff)
downloademacs-41a69b9e554c8a837e98756d0f64cc65dd992417.tar.gz
emacs-41a69b9e554c8a837e98756d0f64cc65dd992417.zip
Add comment.
-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. */
122#define C_SWITCH_MACHINE -D_BSD 122#define C_SWITCH_MACHINE -D_BSD
123 123
124#ifdef AIX3_2 124#ifdef AIX3_2
125/* -lpthread seems to be necessary for Xlib in X11R6, and should be harmless
126 on older versions of X where it happens to exist. */
125#ifdef HAVE_LIBPTHREAD 127#ifdef HAVE_LIBPTHREAD
126#define LIBS_MACHINE -lrts -lIM -liconv -lpthread 128#define LIBS_MACHINE -lrts -lIM -liconv -lpthread
127#else 129#else