summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,