1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Also use @LIBGNUTLS@ to build LIBS.

This commit is contained in:
hniksic 2005-07-06 09:33:24 -07:00
parent ec10e1a377
commit bfbd0d35e9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-07-06 Hrvoje Niksic <hniksic@xemacs.org>
* Makefile.in: Also use @LIBGNUTLS@ to build LIBS.
2005-07-05 Hrvoje Niksic <hniksic@xemacs.org>
* configure.in: Add check for GnuTLS if --with-ssl=gnutls is used.

View File

@ -57,7 +57,7 @@ CC = @CC@
CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@
DEFS = @DEFS@ -DSYSTEM_WGETRC=\"$(sysconfdir)/wgetrc\" -DLOCALEDIR=\"$(localedir)\"
LIBS = @LIBS@ @LIBSSL@
LIBS = @LIBS@ @LIBSSL@ @LIBGNUTLS@
LDFLAGS = @LDFLAGS@
#