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 9a35b60515af7b820edcf56ca9ecf7ae1a99928c..0beb305c97c84653fe71ad4075d28dd82a37908b 100644 (file)
--- 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.
index c3fa1c6a6784662e1bf6ea007698b3254661c23b..1c7b5c33bcfe2f2042608f74197390dd42f86282 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