diff options
| author | Richard M. Stallman | 1995-06-28 19:37:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-06-28 19:37:59 +0000 |
| commit | efcb1c1a15126b9f7206fa594d3b708b284220ef (patch) | |
| tree | cb1abcb9b9f0c9823ae261f084d78017f85a79f6 /src | |
| parent | d3cf8dc316bec13800ae8828cc327d8ce4dc19ad (diff) | |
| download | emacs-efcb1c1a15126b9f7206fa594d3b708b284220ef.tar.gz emacs-efcb1c1a15126b9f7206fa594d3b708b284220ef.zip | |
(LIB_MOTIF): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/aix4-1.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/aix4-1.h b/src/s/aix4-1.h index 475e0657a74..30848c28c63 100644 --- a/src/s/aix4-1.h +++ b/src/s/aix4-1.h | |||
| @@ -6,3 +6,6 @@ | |||
| 6 | in Mule, but we don't know why. Anyway, it's not needed now. */ | 6 | in Mule, but we don't know why. Anyway, it's not needed now. */ |
| 7 | #define SYSTEM_MALLOC | 7 | #define SYSTEM_MALLOC |
| 8 | #endif | 8 | #endif |
| 9 | |||
| 10 | /* olson@mcs.anl.gov says -li18n is needed by -lXm. */ | ||
| 11 | #define LIB_MOTIF -lXm -li18n | ||