From 76fac398dd71364302a261a18d8015fd250543cd Mon Sep 17 00:00:00 2001 From: Korrawit Pruegsanusak Date: Sat, 3 Dec 2011 22:13:29 +0700 Subject: --with-theme is without trailing s Signed-off-by: Lionel Elie Mamane --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 951ab6077cf7..26e2fd80c252 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:]]'`" -- cgit