]> sjero.net Git - wget/commitdiff
[svn] Don't indent #include lines.
authorhniksic <devnull@localhost>
Fri, 24 Jun 2005 15:10:44 +0000 (08:10 -0700)
committerhniksic <devnull@localhost>
Fri, 24 Jun 2005 15:10:44 +0000 (08:10 -0700)
ChangeLog
configure.in

index 2006532a1ad29eb1d7c65aa623fd46076f6c661f..c873ac2a01e2e13bbda242491ec2c16a325094d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 14e3237cb1833899fb1d81c9838c1a4bee2800de..1b815ea8ce10bd0eb820583a1e82d584af2745c6 100644 (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