summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2011-11-03 17:02:30 +0100
committerNick Schermer <nick@xfce.org>2011-11-03 17:02:40 +0100
commit1e95f74d81437b66cc5bddfb6271fcd343ecc27b (patch)
tree3ffb7d9632141a14cd1c433fb1d1724e0dd41cd2 /acinclude.m4
parent848e62fc72259aeda1469f959ec8872a56cfc96f (diff)
downloadtumbler-1e95f74d81437b66cc5bddfb6271fcd343ecc27b.tar.gz
Uppercase RAW in strings.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index a61bf3a..9841563 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -223,7 +223,7 @@ dnl Check whether to build and install the libopenraw thumbnailer plugin.
dnl
AC_DEFUN([TUMBLER_RAW_THUMBNAILER],
[
-AC_ARG_ENABLE([raw-thumbnailer], [AC_HELP_STRING([--disable-raw-thumbnailer], [Don't build the Raw video thumbnailer plugin])],
+AC_ARG_ENABLE([raw-thumbnailer], [AC_HELP_STRING([--disable-raw-thumbnailer], [Don't build the RAW image thumbnailer plugin])],
[ac_tumbler_raw_thumbnailer=$enableval], [ac_tumbler_raw_thumbnailer=yes])
if test x"$ac_tumbler_raw_thumbnailer" = x"yes"; then
dnl Check for gdk-pixbuf
@@ -234,7 +234,7 @@ if test x"$ac_tumbler_raw_thumbnailer" = x"yes"; then
], [ac_tumbler_raw_thumbnailer=no])
fi
-AC_MSG_CHECKING([whether to build the Raw thumbnailer plugin])
+AC_MSG_CHECKING([whether to build the RAW image thumbnailer plugin])
AM_CONDITIONAL([TUMBLER_RAW_THUMBNAILER], [test x"$ac_tumbler_raw_thumbnailer" = x"yes"])
AC_MSG_RESULT([$ac_tumbler_raw_thumbnailer])
])