Merge pull request #27 from Fneufneu/master
[deb_libcec.git] / configure.ac
index 209ecf6e070ebeb575ae9a2dc77745515f86bb73..2b1e930ea082fe37256170dafb237ed2e6763459 100644 (file)
@@ -8,6 +8,7 @@ has_libudev="yes"
 case "${host}" in
   *-*-linux*)
     PKG_CHECK_MODULES([UDEV],[libudev],,[has_libudev="no";AC_MSG_WARN("library 'udev' is missing - adapter detection will not be available")])
+    LIBS+=" -lrt"
     ;;
   *-apple-darwin*)
     has_libudev="no";