]> code.delx.au - gnu-emacs/commitdiff
[!__GNUC__] (LINKER): Defined.
authorRichard M. Stallman <rms@gnu.org>
Thu, 4 May 1995 22:36:05 +0000 (22:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 4 May 1995 22:36:05 +0000 (22:36 +0000)
src/s/sco4.h

index 71520563d73c72293cc9ce428385debd4ff3e016..080fd0cc7845912a7dba9380d130267a5b12bb47 100644 (file)
@@ -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