diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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])]) |