diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-07-25 23:18:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-07-25 23:18:12 +0000 |
commit | 2678c680a350175f99248312754114de3d811001 (patch) | |
tree | c648ce9f4edd60578c21da6aa42b206805c82e69 /src/m | |
parent | 6edc6b6342348143276f5b5d6e2c6473014b85fd (diff) | |
download | emacs-2678c680a350175f99248312754114de3d811001.tar.gz |
(LIBS_MACHINE): Delete -lsun.
Diffstat (limited to 'src/m')
-rw-r--r-- | src/m/iris4d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index b7b1a09d214..5996d0e5933 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h @@ -139,7 +139,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef LIBS_MACHINE /* -lsun in case using Yellow Pages for passwords. */ -#define LIBS_MACHINE -lsun -lmld +#define LIBS_MACHINE -lmld #define LIBS_DEBUG /* Define this if you have a fairly recent system, |