diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-12-15 08:57:46 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-12-15 08:58:46 +0100 |
commit | 9c6a11b1c6c68dabfd28b72d361da0e1930c7321 (patch) | |
tree | 581eed5eeb14013c6ec4e9669ed14d6ed69d107e /configure.ac | |
parent | 93a724d3f8afc4b6fe5c7c9642c79df724324ed3 (diff) |
libudev: record and export "age" of device record
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e82b9b8e99..7fda8bba47 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]) |