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