summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-05-13 13:53:05 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-05-15 09:37:41 +0100
commit99f7690bee0bf787a579e3e28bbd63074000940e (patch)
treecb4d74802d3851ebbf45c6393fe54406e7b3580b /configure.ac
parent19276d3ddffdc80f004c8ce518b80f063108935b (diff)
gallery: cleanup makefiles for new gallery naming and translation.
Change-Id: I9ec5192c007df6d0ce15f5e61cb53cf6ea04db08
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 21384ee7b960..78dd71208fe8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11370,7 +11370,8 @@ for lang in $WITH_LANG; do
fi
done
if test "$vl" != "$lang"; then
- AC_MSG_ERROR([invalid language: $lang; supported languages are: $ALL_LANGS])
+ # if you're reading this - you prolly quoted your languages remove the quotes ...
+ AC_MSG_ERROR([invalid language: '$lang' (vs '$v1'); supported languages are: $ALL_LANGS])
fi
done
if test -n "$WITH_LANG" -a "$WITH_LANG" != "ALL"; then