From: Richard M. Stallman Date: Mon, 13 Sep 1993 04:15:08 +0000 (+0000) Subject: (LIBS_MACHINE): Include -lrts, -liconv only if AIX3_2. X-Git-Tag: emacs-19.34~11142 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f6c25ced5c4e3aa41f188118a946d84da4093370;p=emacs.git (LIBS_MACHINE): Include -lrts, -liconv only if AIX3_2. --- 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