[Libreoffice-commits] .: configure.in

Lionel Elie Mamane lmamane at kemper.freedesktop.org
Sat Dec 10 23:30:08 PST 2011


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 76fac398dd71364302a261a18d8015fd250543cd
Author: Korrawit Pruegsanusak <detective.conan.1412 at gmail.com>
Date:   Sat Dec 3 22:13:29 2011 +0700

    --with-theme is without trailing s
    
    Signed-off-by: Lionel Elie Mamane <lionel at mamane.lu>

diff --git a/configure.in b/configure.in
index 951ab60..26e2fd8 100644
--- a/configure.in
+++ b/configure.in
@@ -8039,7 +8039,7 @@ WITH_THEMES=""
 for theme in $with_theme; do
     case $theme in
         default|crystal|hicontrast|oxygen|tango) : ;;
-        *) AC_MSG_ERROR([Unknown value for --with-themes: $theme]) ;;
+        *) AC_MSG_ERROR([Unknown value for --with-theme: $theme]) ;;
     esac
     WITH_THEMES="$WITH_THEMES $theme"
     SCPDEFS="$SCPDEFS -DTHEME_`echo $theme|tr '[[:lower:]]' '[[:upper:]]'`"


More information about the Libreoffice-commits mailing list