summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index dcdc642aec..81925ce107 100755
--- a/configure
+++ b/configure
@@ -1579,7 +1579,7 @@ if test "$_i18n" = yes ; then
else
_def_i18n='#undef USE_I18N'
fi
-if test -z $_i18n_libs ; then
+if test -z "$_i18n_libs" ; then
echores "$_i18n"
else
echores "$_i18n (using $_i18n_libs)"