~ubuntu-branches/ubuntu/raring/libvirt/raring

« back to all changes in this revision

Viewing changes to gnulib/m4/stat-time.m4

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-11-19 10:41:02 UTC
  • mfrom: (1.2.15) (223.1.2 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121119104102-l6ewdppikysbzztu
Tags: 1.0.0-0ubuntu2
debian/patches/add-armhf-sysinfo-infomration.patch: Disable
to fix FTBFS on arm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
AC_DEFUN([gl_STAT_TIME],
21
21
[
22
 
  AC_REQUIRE([AC_C_INLINE])
23
22
  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
24
23
  AC_CHECK_HEADERS_ONCE([sys/time.h])
25
24
 
70
69
#
71
70
AC_DEFUN([gl_STAT_BIRTHTIME],
72
71
[
73
 
  AC_REQUIRE([AC_C_INLINE])
74
72
  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
75
73
  AC_CHECK_HEADERS_ONCE([sys/time.h])
76
74
  AC_CHECK_MEMBERS([struct stat.st_birthtimespec.tv_nsec], [],