diff options
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 | ||