mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Don't indent #include lines.
This commit is contained in:
parent
9aff5d6cfd
commit
b47ea7c8c4
@ -1,3 +1,7 @@
|
|||||||
|
2005-06-24 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* configure.in: Don't indent #include lines.
|
||||||
|
|
||||||
2005-06-24 Hrvoje Niksic <hniksic@xemacs.org>
|
2005-06-24 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* configure.in: Enable the user to turn off SSL autodetection and
|
* configure.in: Enable the user to turn off SSL autodetection and
|
||||||
|
14
configure.in
14
configure.in
@ -257,13 +257,13 @@ then
|
|||||||
|
|
||||||
dnl Now actually check for -lssl
|
dnl Now actually check for -lssl
|
||||||
AC_LIB_HAVE_LINKFLAGS([ssl], [crypto], [
|
AC_LIB_HAVE_LINKFLAGS([ssl], [crypto], [
|
||||||
#include <openssl/ssl.h>
|
#include <openssl/ssl.h>
|
||||||
#include <openssl/x509.h>
|
#include <openssl/x509.h>
|
||||||
#include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
#include <openssl/rand.h>
|
#include <openssl/rand.h>
|
||||||
#include <openssl/des.h>
|
#include <openssl/des.h>
|
||||||
#include <openssl/md4.h>
|
#include <openssl/md4.h>
|
||||||
#include <openssl/md5.h>
|
#include <openssl/md5.h>
|
||||||
], [SSL_library_init ()])
|
], [SSL_library_init ()])
|
||||||
if test x"$LIBSSL" != x
|
if test x"$LIBSSL" != x
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user