summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-18 00:44:57 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-18 00:44:57 +0200
commit139be57d9441b5c890e1e4ee69e15aad03276fde (patch)
tree46f829d432b5f73ec8a1ef4497518d0060e031ef /configure.ac
parent8745297f9853c4a17bac69e1b7e652fe81bc1940 (diff)
build-sys: speed up build via convenience library
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6e28bfcad0..cdcb71cec1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,6 +87,9 @@ CC_CHECK_CFLAGS_APPEND([ \
-fdiagnostics-show-option \
-fno-strict-aliasing])
+LT_PREREQ(2.2)
+LT_INIT
+
AC_SEARCH_LIBS([clock_gettime], [rt], [], [AC_MSG_ERROR([*** POSIX RT library not found])])
AC_SEARCH_LIBS([cap_init], [cap], [], [AC_MSG_ERROR([*** POSIX caps library not found])])
AC_CHECK_HEADERS([sys/capability.h], [], [AC_MSG_ERROR([*** POSIX caps headers not found])])