[Xfce4-commits] <tumbler:master> Fix configure flag for cover thumbnailer (bug #9751).
Nick Schermer
noreply at xfce.org
Sun Jan 13 10:46:01 CET 2013
Updating branch refs/heads/master
to 543e94fe211788d20650b4f441cd8cd6dea302cb (commit)
from fe9ab31b4c4ed7e9f90505758345842591db2fb1 (commit)
commit 543e94fe211788d20650b4f441cd8cd6dea302cb
Author: Olivier Duchateau <duchateau.olivier at gmail.com>
Date: Sun Jan 13 11:44:21 2013 +0100
Fix configure flag for cover thumbnailer (bug #9751).
acinclude.m4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/acinclude.m4 b/acinclude.m4
index 9afa9c9..66e79d1 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -250,13 +250,13 @@ dnl Check whether to build and install the Open Movie Database thumbnailer plugi
dnl
AC_DEFUN([TUMBLER_COVER_THUMBNAILER],
[
-AC_ARG_ENABLE([pixbuf-thumbnailer], [AC_HELP_STRING([--disable-cover-thumbnailer], [Don't build the Cover thumbnailer plugin])],
+AC_ARG_ENABLE([cover-thumbnailer], [AC_HELP_STRING([--disable-cover-thumbnailer], [Don't build the Cover thumbnailer plugin])],
[ac_tumbler_cover_thumbnailer=$enableval], [ac_tumbler_cover_thumbnailer=yes])
if test x"$ac_tumbler_cover_thumbnailer" = x"yes"; then
dnl Check for gdk-pixbuf
PKG_CHECK_MODULES([GDK_PIXBUF], [gdk-pixbuf-2.0 >= 2.14],
[
- dnl CHeck for curl
+ dnl Check for curl
PKG_CHECK_MODULES([CURL], [libcurl], [], [ac_tumbler_cover_thumbnailer=no])
], [ac_tumbler_cover_thumbnailer=no])
fi
More information about the Xfce4-commits
mailing list