changeset 14180:ce32f656d8b2

(LIB_MOTIF): New macro definition.
author Richard M. Stallman <rms@gnu.org>
date Mon, 15 Jan 1996 05:13:44 +0000
parents 7db5b89b78b6
children aacf08497202
files src/s/aix3-2-5.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/aix3-2-5.h	Mon Jan 15 05:12:49 1996 +0000
+++ b/src/s/aix3-2-5.h	Mon Jan 15 05:13:44 1996 +0000
@@ -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