--- rxvt-unicode/autoconf/Make.common.in 2004/02/22 08:36:11 1.3 +++ rxvt-unicode/autoconf/Make.common.in 2004/03/01 01:06:46 1.4 @@ -70,7 +70,7 @@ LIBTOOL = @LIBTOOL@ COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(DEBUG) $(DINCLUDE) $(XINC) -I$(basedir) -I$(srcdir) -I. -LINK = $(CC) $(CFLAGS) $(LDFLAGS) +LINK = @LINKER@ $(CFLAGS) $(LDFLAGS) # End of common section of the Makefile #-------------------------------------------------------------------------