]> sjero.net Git - wget/commitdiff
[svn] Delete the obsolete commented-out line with SSL includes.
authorhniksic <devnull@localhost>
Sun, 26 Jun 2005 21:57:33 +0000 (14:57 -0700)
committerhniksic <devnull@localhost>
Sun, 26 Jun 2005 21:57:33 +0000 (14:57 -0700)
src/Makefile.in

index 2bff6e24dd00443809dc3c38b6665d3f62c222c9..de4058a663962ac52558f49ec50f09b9bdad618b 100644 (file)
@@ -54,7 +54,6 @@ LDFLAGS  = @LDFLAGS@
 LIBS     = @LIBS@ @LIBSSL@
 exeext   = @exeext@
 
-#INCLUDES = -I. -I$(srcdir) @SSL_INCLUDES@
 INCLUDES = -I. -I$(srcdir)
 
 COMPILE = $(CC) $(INCLUDES) $(CPPFLAGS)  $(DEFS) $(CFLAGS)