diff options
| author | Richard M. Stallman | 1995-07-25 23:18:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-07-25 23:18:12 +0000 |
| commit | d492fe7016eca4b2ab38134f9ecf390a654d2935 (patch) | |
| tree | f2d8a87acfa4cc3a6df01238c1313c6a445eac62 /src | |
| parent | 021ca129202a3888da7b5b9649a5c63a405b16f6 (diff) | |
| download | emacs-d492fe7016eca4b2ab38134f9ecf390a654d2935.tar.gz emacs-d492fe7016eca4b2ab38134f9ecf390a654d2935.zip | |
(LIBS_MACHINE): Delete -lsun.
Diffstat (limited to 'src')
| -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. */ | |||
| 139 | 139 | ||
| 140 | #undef LIBS_MACHINE | 140 | #undef LIBS_MACHINE |
| 141 | /* -lsun in case using Yellow Pages for passwords. */ | 141 | /* -lsun in case using Yellow Pages for passwords. */ |
| 142 | #define LIBS_MACHINE -lsun -lmld | 142 | #define LIBS_MACHINE -lmld |
| 143 | #define LIBS_DEBUG | 143 | #define LIBS_DEBUG |
| 144 | 144 | ||
| 145 | /* Define this if you have a fairly recent system, | 145 | /* Define this if you have a fairly recent system, |