]> code.delx.au - gnu-emacs/commitdiff
(LIB_MOTIF): New macro definition.
authorRichard M. Stallman <rms@gnu.org>
Mon, 15 Jan 1996 05:13:44 +0000 (05:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 15 Jan 1996 05:13:44 +0000 (05:13 +0000)
src/s/aix3-2-5.h

index 7791e7023e5aec0ee58a476fc01400e6233946cc..f1ff05317a979e25f387ad16e066497602b888bc 100644 (file)
@@ -26,3 +26,7 @@
 
 /* The character-composition stuff is broken in X11R5.  */
 #define X11R5_INHIBIT_I18N
+
+/* Bill Woodward <wpwood@austin.ibm.com> says:
+   libIM *must* precede libXm, to avoid getting aixLoadIM error messages.  */
+#define LIB_MOTIF -lIM -lXm