changeset 10815:9c30f79e8386

Fix indentation.
author Bruno Haible <bruno@clisp.org>
date Sun, 16 Nov 2008 13:45:26 +0100
parents ce4af5bb9f57
children 9e73391183bc
files ChangeLog m4/getaddrinfo.m4
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-16  Bruno Haible  <bruno@clisp.org>
+
+	* m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
+
 2008-11-16  Bruno Haible  <bruno@clisp.org>
 
 	Avoid test failure on Haiku.
--- a/m4/getaddrinfo.m4
+++ b/m4/getaddrinfo.m4
@@ -36,7 +36,8 @@
 #endif
 #include <stddef.h>
 ], [getaddrinfo(NULL, NULL, NULL, NULL);], gl_cv_w32_getaddrinfo=yes)
-    LIBS="$am_save_LIBS"])
+      LIBS="$am_save_LIBS"
+    ])
     if test "$gl_cv_w32_getaddrinfo" = "yes"; then
       LIBS="$LIBS -lws2_32"
     else