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:
parent
ec10e1a377
commit
bfbd0d35e9
@ -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.
|
||||
|
@ -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@
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user