maint.mk: adjust variable name to be consistent with other gl_ vars
[pspp] / m4 / sys_times_h.m4
index f60b1faa6d9443e92442f39e9347e708979730fa..508a3bf0338ad2841e98a1e2faff95d87fa4c298 100644 (file)
@@ -1,7 +1,7 @@
 # Configure a replacement for <sys/times.h>.
-# serial 6
+# serial 7
 
-# Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2008-2011 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -30,7 +30,7 @@ AC_DEFUN([gl_SYS_TIMES_H],
   dnl corresponding gnulib module is not in use.
   gl_WARN_ON_USE_PREPARE([[
 /* Some systems have incomplete headers.  */
-#ifndef __GLIBC__
+#if !(defined __GLIBC__ && !defined __UCLIBC__)
 # include <time.h>
 #endif
 #include <sys/times.h>