mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
(LIB_MOTIF): Define, if HAVE_LIBINTL.
(LIBX11_SYSTEM): Undo previous change.
This commit is contained in:
parent
fcf01ad3f0
commit
92bb366afa
1 changed files with 4 additions and 4 deletions
|
|
@ -71,11 +71,11 @@ Boston, MA 02111-1307, USA. */
|
|||
/* This is safe since we already assumed HAVE_SOCKET
|
||||
if using X windows. */
|
||||
#undef LIBX11_SYSTEM
|
||||
/* Motif needs -lintl on some (maybe all) ofthese systems. */
|
||||
#if defined (HAVE_LIBINTL) && defined (MOTIF)
|
||||
#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket -lintl
|
||||
#else
|
||||
#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket
|
||||
|
||||
/* Motif needs -lintl on some (maybe all) ofthese systems. */
|
||||
#ifdef HAVE_LIBINTL
|
||||
#define LIB_MOTIF -lXm -lintl
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue