summaryrefslogtreecommitdiff
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-01-15 05:13:44 +0000
committerRichard M. Stallman <rms@gnu.org>1996-01-15 05:13:44 +0000
commit93bef22b4380c9979e107c5fd07e052622d531cf (patch)
tree9e32fe9e021bb87c184bcfe0ccae371eafa0b590 /src/s
parent4c9afcbe57dcdd6fbf83f11ff8189cec8353e0d1 (diff)
downloademacs-93bef22b4380c9979e107c5fd07e052622d531cf.tar.gz
(LIB_MOTIF): New macro definition.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/aix3-2-5.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/aix3-2-5.h b/src/s/aix3-2-5.h
index 7791e7023e5..f1ff05317a9 100644
--- a/src/s/aix3-2-5.h
+++ b/src/s/aix3-2-5.h
@@ -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