Complete last change to m4/sys_utsname_h.m4.
authorBruno Haible <bruno@clisp.org>
Thu, 31 Dec 2009 21:24:22 +0000 (22:24 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 31 Dec 2009 21:24:22 +0000 (22:24 +0100)
ChangeLog
m4/sys_utsname_h.m4

index 0660ef2acbeca31ead9b54c1409aa1e45c54c5d5..4ded8a8b99171a07d9e5441fcf75892b1b6df304 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-31  Bruno Haible  <bruno@clisp.org>
+
+       * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
+       SYS_UTSNAME_H.
+
 2009-12-31  Bruno Haible  <bruno@clisp.org>
 
        spawn: Fix misapplied patch.
index 33f28954bc9e50a3ee0e4c1a52b080f66b2a7131..1c528eb45bd8794de2089a7ad8a520def19ac89f 100644 (file)
@@ -39,5 +39,4 @@ AC_DEFUN([gl_SYS_UTSNAME_H_DEFAULTS],
   dnl Assume proper GNU behavior unless another module says otherwise.
   HAVE_UNAME=1;           AC_SUBST([HAVE_UNAME])
   HAVE_STRUCT_UTSNAME=1;  AC_SUBST([HAVE_STRUCT_UTSNAME])
-  SYS_UTSNAME_H='';       AC_SUBST([SYS_UTSNAME_H])
 ])