Fix indentation.
authorBruno Haible <bruno@clisp.org>
Sun, 16 Nov 2008 12:45:26 +0000 (13:45 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 16 Nov 2008 12:45:26 +0000 (13:45 +0100)
ChangeLog
m4/getaddrinfo.m4

index 9a35b60..0beb305 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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.
        * tests/test-fsync.c: Include <errno.h>.
        (main): Don't require that fsync (0) fails.
index c3fa1c6..1c7b5c3 100644 (file)
@@ -36,7 +36,8 @@ AC_DEFUN([gl_GETADDRINFO],
 #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