From 635389e41cf241492920ce5f612ead1f04288c73 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 4 May 1995 22:36:05 +0000 Subject: [PATCH] [!__GNUC__] (LINKER): Defined. --- src/s/sco4.h | 5 +++++ 1 file changed, 5 insertions(+) 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. */ #define HAVE_SOCKETS #endif +/* Must use 'cc' to link when build with motif toolkit. */ +#ifndef __GNUC__ +#define LINKER cc +#endif + /* This is safe since we already assumed HAVE_SOCKET if using X windows. */ #undef LIBX11_SYSTEM -- 2.39.5