(LIB_MOTIF): Fix typo.
This commit is contained in:
parent
30ce15834d
commit
1dd598507b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue