]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIB_MOTIF): Define, if HAVE_LIBINTL.
authorRichard M. Stallman <rms@gnu.org>
Wed, 31 Dec 1997 04:44:31 +0000 (04:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 31 Dec 1997 04:44:31 +0000 (04:44 +0000)
(LIBX11_SYSTEM): Undo previous change.

src/s/sco4.h

index 33b19d5c8026da0c31002e867ee75922ef682c73..a450b41cb61a34af5fb63850aef8a9e629f37765 100644 (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.  */