diff options
| author | Richard M. Stallman | 1996-06-30 00:22:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-06-30 00:22:27 +0000 |
| commit | 1dd598507b11c6d6a58d07fbdc9ec176b18127cc (patch) | |
| tree | 13a8edec5d02bb4775dc6795231cd2b3280066b5 /src | |
| parent | 30ce15834d149a191fdfd5ee61dd5fb373fd2ddc (diff) | |
| download | emacs-1dd598507b11c6d6a58d07fbdc9ec176b18127cc.tar.gz emacs-1dd598507b11c6d6a58d07fbdc9ec176b18127cc.zip | |
(LIB_MOTIF): Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sol2-5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h index a98cf39b27b..f4b45884e6c 100644 --- a/src/s/sol2-5.h +++ b/src/s/sol2-5.h | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | /* -lgen is needed for the regex and regcmp functions | 5 | /* -lgen is needed for the regex and regcmp functions |
| 6 | which are used by Motif. In the future we can try changing | 6 | which are used by Motif. In the future we can try changing |
| 7 | regex.c to provide them in Emacs, but this is safer for now. */ | 7 | regex.c to provide them in Emacs, but this is safer for now. */ |
| 8 | #define LIB_MOTIF = -lXm -lgen | 8 | #define LIB_MOTIF -lXm -lgen |
| 9 | 9 | ||
| 10 | #if 0 /* A recent patch in unexelf.c should eliminate the need for this. */ | 10 | #if 0 /* A recent patch in unexelf.c should eliminate the need for this. */ |
| 11 | /* Don't use the shared libraries for -lXt and -lXaw, | 11 | /* Don't use the shared libraries for -lXt and -lXaw, |