cec: don't send a 'disconnected' alert when the close method is called
[deb_libcec.git] / configure.ac
index fbae268c6de4abac8dc9fea414c0b7db94437b99..f8b8701be858a9fa009e3698083232941e0fdfed 100644 (file)
@@ -1,16 +1,13 @@
-AC_INIT([libcec], 1:5:0)
+AC_INIT([libcec], 1:6:0)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 
 AC_PROG_CXX
 AC_PROG_LIBTOOL
 
-echo ${host}
-
 has_libudev="yes"
 case "${host}" in
   *-*-linux*)
-    PKG_CHECK_MODULES([UDEV],[libudev],,[has_libudev="no"])
-    PKG_CHECK_MODULES([UDEV],[libudev],,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*)