projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a49d3da
)
Fix indentation.
author
Bruno Haible
<bruno@clisp.org>
Sun, 16 Nov 2008 12:45:26 +0000
(13:45 +0100)
committer
Bruno Haible
<bruno@clisp.org>
Sun, 16 Nov 2008 12:45:26 +0000
(13:45 +0100)
ChangeLog
patch
|
blob
|
history
m4/getaddrinfo.m4
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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.
diff --git
a/m4/getaddrinfo.m4
b/m4/getaddrinfo.m4
index c3fa1c6a6784662e1bf6ea007698b3254661c23b..1c7b5c33bcfe2f2042608f74197390dd42f86282 100644
(file)
--- a/
m4/getaddrinfo.m4
+++ b/
m4/getaddrinfo.m4
@@
-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