removed 'rt' from libraries. it's not needed (anymore)
[deb_libcec.git] / configure.ac
index c3a5a08d7f4efdc239c5dfd9fd039a4a095ae9a5..873956a12bc1a8a3f103b6f8295a9a82268bfc1f 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([libcec], 0:5:0)
+AC_INIT([libcec], 0:6:0)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 
 AC_PROG_CXX
@@ -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"
     ;;