(LIBS_MACHINE): Include -lrts, -liconv only if AIX3_2.
authorRichard M. Stallman <rms@gnu.org>
Mon, 13 Sep 1993 04:15:08 +0000 (04:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 13 Sep 1993 04:15:08 +0000 (04:15 +0000)
src/m/ibmrs6000.h

index 9b26dd1..afed34b 100644 (file)
@@ -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