]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIBS_SYSTEM): New override definition.
authorRichard M. Stallman <rms@gnu.org>
Fri, 7 Apr 1995 06:30:40 +0000 (06:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 7 Apr 1995 06:30:40 +0000 (06:30 +0000)
src/s/usg5-4-2.h

index 4e2e174d159531f7874c069592deb9ae96ff55fa..661b13cc2fc370374c54c8125accb7a9241be4bf 100644 (file)
 #undef sigsetmask
 #undef HAVE_SYSV_SIGPAUSE
 
+/* Motif needs -lgen.  */
+#undef LIBS_SYSTEM
+#define LIBS_SYSTEM -lsocket -lnsl -lelf -lgen
+
 /* This is the same definition as in usg5-4.h, but with sigblock/sigunblock
    rather than sighold/sigrelse, which appear to be BSD4.1 specific and won't
    work if POSIX_SIGNALS is defined.  It may also be appropriate for SVR4.x