Mercurial > emacs
diff src/m/iris4d.h @ 15773:e68aaf2bb5ac
(LIBS_MACHINE) [__GNUC__ and ABIN32]: Define as empty.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 23 Jul 1996 18:30:23 +0000 |
| parents | 749b3740ecd8 |
| children | 7d1c2f5390ee |
line wrap: on
line diff
--- a/src/m/iris4d.h Tue Jul 23 16:32:24 1996 +0000 +++ b/src/m/iris4d.h Tue Jul 23 18:30:23 1996 +0000 @@ -131,7 +131,11 @@ #undef LIBS_MACHINE /* -lsun in case using Yellow Pages for passwords. */ +#if defined(__GNUC__) && defined(_ABIN32) +#define LIBS_MACHINE +#else #define LIBS_MACHINE -lmld +#endif #define LIBS_DEBUG /* Define this if you have a fairly recent system,
