# HG changeset patch # User Jim Blandy # Date 738792496 0 # Node ID a472a3956b2a51f025e756729f2de94721066b3c # Parent 34f2db3916fe69c0ddb2f0305955349a31a81d5f * s/aix3-2.h (LIBS_SYSTEM): Remove -lIM and -liconv from here... * m/ibmrs6000.h (LIBS_MACHINE): They're already here. Doc fix. diff -r 34f2db3916fe -r a472a3956b2a src/m/ibmrs6000.h --- a/src/m/ibmrs6000.h Sun May 30 20:04:48 1993 +0000 +++ b/src/m/ibmrs6000.h Sun May 30 20:08:16 1993 +0000 @@ -117,7 +117,7 @@ #define OBJECTS_MACHINE hftctl.o #define C_SWITCH_MACHINE -D_BSD -/* cdfwz@r2d2.giss.nasa.gov says -lIM -liconv is needed. */ +/* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */ #define LIBS_MACHINE -lrts -lIM -liconv #define START_FILES #define HAVE_SYSVIPC diff -r 34f2db3916fe -r a472a3956b2a src/s/aix3-2.h --- a/src/s/aix3-2.h Sun May 30 20:04:48 1993 +0000 +++ b/src/s/aix3-2.h Sun May 30 20:08:16 1993 +0000 @@ -19,8 +19,3 @@ 3.2, and a cc-compiled Emacs works with this undefined. --karl@cs.umb.edu. */ #undef SYSTEM_MALLOC - -/* - IBM's X11R5 use these libraries in AIX 3.2.2. */ - -#define LIBS_SYSTEM -lIM -liconv