cosmetic replace tab by space
[deb_libcec.git] / configure.ac
index b40687a4c6598be45966fd309b726a979599f442..209ecf6e070ebeb575ae9a2dc77745515f86bb73 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([libcec], 1:4:0)
+AC_INIT([libcec], 1:5:0)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 
 AC_PROG_CXX
@@ -13,6 +13,9 @@ case "${host}" in
     has_libudev="no";
     LIBS+="-framework CoreVideo -framework IOKit"
     ;;
+  *-freebsd*)
+    has_libudev="no"
+    ;;
 esac
 
 if test "x$has_libudev" != "xno"; then