From ddb76c470aa282f59064c8e2ffe20a0785463167 Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Wed, 12 Oct 2011 01:08:29 +0200 Subject: [PATCH 1/1] removed 'rt' from libraries. it's not needed (anymore) --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 49bbc7f..873956a 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,6 @@ AC_PROG_LIBTOOL case "${host}" in *-*-linux*) - AC_CHECK_LIB([rt], [main],, AC_MSG_ERROR("required library 'rt' is missing")) AC_CHECK_LIB([udev], [main],, AC_MSG_ERROR("required library 'udev' is missing")) REQUIRES="udev" ;; -- 2.34.1