From: Richard M. Stallman Date: Thu, 4 May 1995 22:36:05 +0000 (+0000) Subject: [!__GNUC__] (LINKER): Defined. X-Git-Tag: emacs-19.34~4166 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=635389e41cf241492920ce5f612ead1f04288c73;p=emacs.git [!__GNUC__] (LINKER): Defined. --- 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