1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-26 15:10:50 -08:00

Add comment.

This commit is contained in:
Karl Heuer 1995-06-11 22:07:14 +00:00
parent 6f7bbf7950
commit 41a69b9e55

View 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