From f6c25ced5c4e3aa41f188118a946d84da4093370 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 13 Sep 1993 04:15:08 +0000 Subject: (LIBS_MACHINE): Include -lrts, -liconv only if AIX3_2. --- src/m/ibmrs6000.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/m/ibmrs6000.h') diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index 9b26dd1913b..afed34b9187 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h @@ -121,8 +121,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define OBJECTS_MACHINE hftctl.o #define C_SWITCH_MACHINE -D_BSD + +#ifdef AIX3_2 /* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */ #define LIBS_MACHINE -lrts -lIM -liconv +#else +#define LIBS_MACHINE -lIM +#endif + #define START_FILES #define HAVE_SYSVIPC #define HAVE_SETSID -- cgit v1.2.1