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 0660ef2..4ded8a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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.
        * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
        posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
index 33f2895..1c528eb 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])
 ])