From 39e4262d12ef83afd5f93f83cc9c4f10c55803b4 Mon Sep 17 00:00:00 2001 From: hniksic Date: Sun, 26 Jun 2005 14:57:33 -0700 Subject: [PATCH] [svn] Delete the obsolete commented-out line with SSL includes. --- src/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 2bff6e24..de4058a6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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)