From 3f5d9cb60827ca2a5e032e95aa241cc8376ab46f Mon Sep 17 00:00:00 2001 From: Julian Missig Date: Sun, 21 May 2000 22:40:15 +0000 Subject: Fixed my mess-up, sorry about that. svn path=/trunk/; revision=3151 --- macros/gnome-gettext.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/gnome-gettext.m4') diff --git a/macros/gnome-gettext.m4 b/macros/gnome-gettext.m4 index 1dac989cbb..3ebd6d41bc 100644 --- a/macros/gnome-gettext.m4 +++ b/macros/gnome-gettext.m4 @@ -249,7 +249,7 @@ strdup __argz_count __argz_stringify __argz_next]) fi for lang in $LINGUAS; do case "$ALL_LINGUAS" in - *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;; + *\ $lang\ *|$lang\ *|*\ $lang) NEW_LINGUAS="$NEW_LINGUAS $lang" ;; esac done LINGUAS=$NEW_LINGUAS -- cgit v1.2.3