diff options
| author | Richard M. Stallman | 1995-05-04 22:36:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-05-04 22:36:05 +0000 |
| commit | 635389e41cf241492920ce5f612ead1f04288c73 (patch) | |
| tree | 7c8d6711bb7829c8058ef9817f90dbfd6ea5e358 /src | |
| parent | 94056516e269c6743ed0d3cdfe0242d61f788a44 (diff) | |
| download | emacs-635389e41cf241492920ce5f612ead1f04288c73.tar.gz emacs-635389e41cf241492920ce5f612ead1f04288c73.zip | |
[!__GNUC__] (LINKER): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sco4.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/sco4.h b/src/s/sco4.h index 71520563d73..080fd0cc784 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h | |||
| @@ -61,6 +61,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 61 | #define HAVE_SOCKETS | 61 | #define HAVE_SOCKETS |
| 62 | #endif | 62 | #endif |
| 63 | 63 | ||
| 64 | /* Must use 'cc' to link when build with motif toolkit. */ | ||
| 65 | #ifndef __GNUC__ | ||
| 66 | #define LINKER cc | ||
| 67 | #endif | ||
| 68 | |||
| 64 | /* This is safe since we already assumed HAVE_SOCKET | 69 | /* This is safe since we already assumed HAVE_SOCKET |
| 65 | if using X windows. */ | 70 | if using X windows. */ |
| 66 | #undef LIBX11_SYSTEM | 71 | #undef LIBX11_SYSTEM |