diff src/m/ibmrs6000.h @ 4709:c3caa44eff82

(LIBS_MACHINE): Include -lrts, -liconv only if AIX3_2.
author Richard M. Stallman <rms@gnu.org>
date Mon, 13 Sep 1993 04:15:08 +0000
parents 0cca18841c6d
children 50216826c507
line wrap: on
line diff
--- a/src/m/ibmrs6000.h	Sun Sep 12 12:36:30 1993 +0000
+++ b/src/m/ibmrs6000.h	Mon Sep 13 04:15:08 1993 +0000
@@ -121,8 +121,14 @@
 
 #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