diff options
| author | Richard M. Stallman | 1996-01-15 05:13:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-01-15 05:13:44 +0000 |
| commit | 93bef22b4380c9979e107c5fd07e052622d531cf (patch) | |
| tree | 9e32fe9e021bb87c184bcfe0ccae371eafa0b590 /src | |
| parent | 4c9afcbe57dcdd6fbf83f11ff8189cec8353e0d1 (diff) | |
| download | emacs-93bef22b4380c9979e107c5fd07e052622d531cf.tar.gz emacs-93bef22b4380c9979e107c5fd07e052622d531cf.zip | |
(LIB_MOTIF): New macro definition.
Diffstat (limited to 'src')
| -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 @@ | |||
| 26 | 26 | ||
| 27 | /* The character-composition stuff is broken in X11R5. */ | 27 | /* The character-composition stuff is broken in X11R5. */ |
| 28 | #define X11R5_INHIBIT_I18N | 28 | #define X11R5_INHIBIT_I18N |
| 29 | |||
| 30 | /* Bill Woodward <wpwood@austin.ibm.com> says: | ||
| 31 | libIM *must* precede libXm, to avoid getting aixLoadIM error messages. */ | ||
| 32 | #define LIB_MOTIF -lIM -lXm | ||