Mercurial > emacs
changeset 3314:a472a3956b2a
* s/aix3-2.h (LIBS_SYSTEM): Remove -lIM and -liconv from here...
* m/ibmrs6000.h (LIBS_MACHINE): They're already here. Doc fix.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 30 May 1993 20:08:16 +0000 |
parents | 34f2db3916fe |
children | dcc64ab7de8c |
files | src/m/ibmrs6000.h src/s/aix3-2.h |
diffstat | 2 files changed, 1 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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