From: Jim Blandy Date: Sun, 4 Jul 1993 20:01:21 +0000 (+0000) Subject: * s/sunos4-1.h (LIBS_SYSTEM): Don't link against -lresolv; that's X-Git-Tag: emacs-19.34~11868 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8b7c3e3a5abcc574b0e347df7604f503b44e9931;p=emacs.git * s/sunos4-1.h (LIBS_SYSTEM): Don't link against -lresolv; that's only needed for some broken systems. --- diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h index e62ea220382..d110d7466ad 100644 --- a/src/s/sunos4-1.h +++ b/src/s/sunos4-1.h @@ -14,6 +14,9 @@ /* Cause the compilation of oldxmenu to use the right -I option. */ #define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM -/* Ethan Bradford says this allows - open-network-stream to find remote hosts. */ -#define LIBS_SYSTEM -lresolv +/* Some systems do not run the Network Information Service, but have + modified the shared C library to include resolver support without + also changing the C archive library (/usr/lib/libc.a). To deal + with this, you may need to link with the resolver library; to do + that, uncomment the following line. */ +/* #define LIBS_SYSTEM -lresolv */