[svn] Don't indent #include lines.

This commit is contained in:
hniksic 2005-06-24 08:10:44 -07:00
parent 9aff5d6cfd
commit b47ea7c8c4
2 changed files with 11 additions and 7 deletions

View File

@ -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>
* configure.in: Enable the user to turn off SSL autodetection and

View File

@ -257,13 +257,13 @@ then
dnl Now actually check for -lssl
AC_LIB_HAVE_LINKFLAGS([ssl], [crypto], [
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <openssl/err.h>
#include <openssl/rand.h>
#include <openssl/des.h>
#include <openssl/md4.h>
#include <openssl/md5.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <openssl/err.h>
#include <openssl/rand.h>
#include <openssl/des.h>
#include <openssl/md4.h>
#include <openssl/md5.h>
], [SSL_library_init ()])
if test x"$LIBSSL" != x
then