From: Richard M. Stallman Date: Mon, 15 Jan 1996 05:13:44 +0000 (+0000) Subject: (LIB_MOTIF): New macro definition. X-Git-Tag: emacs-19.34~1680 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=93bef22b4380c9979e107c5fd07e052622d531cf;p=emacs.git (LIB_MOTIF): New macro definition. --- 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 says: + libIM *must* precede libXm, to avoid getting aixLoadIM error messages. */ +#define LIB_MOTIF -lIM -lXm