aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2010-12-15 08:57:46 +0100
committerKay Sievers <kay.sievers@vrfy.org>2010-12-15 08:58:46 +0100
commit9c6a11b1c6c68dabfd28b72d361da0e1930c7321 (patch)
tree581eed5eeb14013c6ec4e9669ed14d6ed69d107e /configure.ac
parent93a724d3f8afc4b6fe5c7c9642c79df724324ed3 (diff)
downloadudev-9c6a11b1c6c68dabfd28b72d361da0e1930c7321.tar.gz
libudev: record and export "age" of device record
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e82b9b8e..7fda8bba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,8 @@ GTK_DOC_CHECK(1.10)
AC_PREFIX_DEFAULT([/usr])
AC_PATH_PROG([XSLTPROC], [xsltproc])
+AC_SEARCH_LIBS([clock_gettime], [rt], [], [AC_MSG_ERROR([POSIX RT library not found])])
+
AC_ARG_WITH([rootlibdir],
AS_HELP_STRING([--with-rootlibdir=DIR], [rootfs directory to install shared libraries]),
[], [with_rootlibdir=$libdir])