diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-01-15 05:13:44 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-01-15 05:13:44 +0000 |
commit | 93bef22b4380c9979e107c5fd07e052622d531cf (patch) | |
tree | 9e32fe9e021bb87c184bcfe0ccae371eafa0b590 /src/s | |
parent | 4c9afcbe57dcdd6fbf83f11ff8189cec8353e0d1 (diff) | |
download | emacs-93bef22b4380c9979e107c5fd07e052622d531cf.tar.gz |
(LIB_MOTIF): New macro definition.
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/aix3-2-5.h | 4 |
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 |