LMS has got a new release.
[platform/upstream/lightmediascanner.git] / configure.ac
index 862b8fd..9238ae5 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(lightmediascanner, 0.4.5.99, barbieri@profusion.mobi)
+AC_INIT(lightmediascanner, 0.5.1, https://github.com/profusion/lightmediascanner/)
 AC_PREREQ(2.60)
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CANONICAL_BUILD
@@ -99,7 +99,7 @@ AC_ARG_ENABLE([magic],
 if test "$enable_magic" = "yes"; then
    AC_CHECK_HEADERS([magic.h], [], [AC_MSG_ERROR([libmagic magic.h header file not found])])
    AC_CHECK_LIB([magic], [magic_open], [AC_SUBST([LIBMAGIC], [-lmagic])],
-                [AC_MSG_ERROR([libmagic library or magic_open function not found])], [-lz])
+                [AC_MSG_ERROR([libmagic library or magic_open function not found])])
 fi
 
 # plugins declarations