]> code.delx.au - gnu-emacs/blobdiff - src/s/sco4.h
(grep-tag-default): New function.
[gnu-emacs] / src / s / sco4.h
index 2610dfbe0f057f05182b91a38ed440b2bc6f6c01..a450b41cb61a34af5fb63850aef8a9e629f37765 100644 (file)
@@ -73,6 +73,11 @@ Boston, MA 02111-1307, USA.  */
 #undef LIBX11_SYSTEM
 #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.  */
 #define HAVE_SOCKETS
 #endif