aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-06-30 00:22:27 +0000
committerRichard M. Stallman1996-06-30 00:22:27 +0000
commit1dd598507b11c6d6a58d07fbdc9ec176b18127cc (patch)
tree13a8edec5d02bb4775dc6795231cd2b3280066b5 /src
parent30ce15834d149a191fdfd5ee61dd5fb373fd2ddc (diff)
downloademacs-1dd598507b11c6d6a58d07fbdc9ec176b18127cc.tar.gz
emacs-1dd598507b11c6d6a58d07fbdc9ec176b18127cc.zip
(LIB_MOTIF): Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/s/sol2-5.h2
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,