From: Richard M. Stallman Date: Sun, 30 Jun 1996 00:22:27 +0000 (+0000) Subject: (LIB_MOTIF): Fix typo. X-Git-Tag: emacs-19.34~289 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1dd598507b11c6d6a58d07fbdc9ec176b18127cc;p=emacs.git (LIB_MOTIF): Fix typo. --- 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 @@ /* -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,