summaryrefslogtreecommitdiff
path: root/m4/timespec.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-09 14:03:59 +0000
committerJim Meyering <jim@meyering.net>2003-08-09 14:03:59 +0000
commita991da3bd632d6dcee8516a1908e46a80f07bdec (patch)
tree622f26f323e2a934aa28cc2f984d0b9d6fe21c03 /m4/timespec.m4
parent8e30ef736332428f0b7ad7f3557182fa7b6fbe9d (diff)
downloadcoreutils-a991da3bd632d6dcee8516a1908e46a80f07bdec.tar.xz
Merge from gnulib.
Diffstat (limited to 'm4/timespec.m4')
-rw-r--r--m4/timespec.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/m4/timespec.m4 b/m4/timespec.m4
index ea1b3ccd3..5ca16d48d 100644
--- a/m4/timespec.m4
+++ b/m4/timespec.m4
@@ -5,7 +5,6 @@ dnl From Jim Meyering
AC_DEFUN([gl_TIMESPEC],
[
dnl Prerequisites of lib/timespec.h.
- AC_REQUIRE([AC_GNU_SOURCE])
AC_REQUIRE([AC_HEADER_TIME])
AC_CHECK_HEADERS_ONCE(sys/time.h)
jm_CHECK_TYPE_STRUCT_TIMESPEC
@@ -22,7 +21,9 @@ dnl in time.h or sys/time.h.
AC_DEFUN([jm_CHECK_TYPE_STRUCT_TIMESPEC],
[
- AC_REQUIRE([AC_GNU_SOURCE])
+ dnl Persuade pedantic Solaris to declare struct timespec.
+ AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
AC_REQUIRE([AC_HEADER_TIME])
AC_CHECK_HEADERS_ONCE(sys/time.h)
AC_CACHE_CHECK([for struct timespec], fu_cv_sys_struct_timespec,