cec: fixed - the destructor of CSerialSocket didn't call Close()
[deb_libcec.git] / configure.ac
index 2b1e930ea082fe37256170dafb237ed2e6763459..d64bbc7aa31cff9b99285c9a2e93e698035602d9 100644 (file)
@@ -7,7 +7,7 @@ AC_PROG_LIBTOOL
 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")])
+    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*)