[USG5_4] (LIBX11_SYSTEM): Don't redefine in this case.

This commit is contained in:
Richard M. Stallman
1993-07-27 07:51:55 +00:00
parent 3f57a49957
commit 24a5451a04

View File

@@ -142,10 +142,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* we have the wrong name for networking libs
*/
#undef LIBX11_SYSTEM
#ifdef USG5_4
#define LIBX11_SYSTEM -lX11
/* rms: not needed; LIB_X11_LIB deals with this. */
/* #define LIBX11_SYSTEM -lX11 */
#else
#undef LIBX11_SYSTEM
#define LIBX11_SYSTEM -lnsl -lbsd
#endif /* USG5_4 */