1
Fork 0
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:
Richard M. Stallman 1997-12-31 04:44:31 +00:00
parent fcf01ad3f0
commit 92bb366afa

View file

@ -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. */