Skip to content

Commit

Permalink
(LIB_MOTIF): Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard M. Stallman committed Jun 30, 1996
1 parent d3a2611 commit 92e6c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/s/sol2-5.h
Expand Up @@ -5,7 +5,7 @@
/* -lgen is needed for the regex and regcmp functions
which are used by Motif. In the future we can try changing
regex.c to provide them in Emacs, but this is safer for now. */
#define LIB_MOTIF = -lXm -lgen
#define LIB_MOTIF -lXm -lgen

#if 0 /* A recent patch in unexelf.c should eliminate the need for this. */
/* Don't use the shared libraries for -lXt and -lXaw,
Expand Down

0 comments on commit 92e6c87

Please sign in to comment.