# HG changeset patch # User jkeil # Date 1045163630 0 # Node ID d6cf3c7c6a4f3bed77974b7dfe6971545333b8b0 # Parent 04c6fd75ed96b2b4e31a8c90a8f44fbab8428c32 Must quote shell variable in test expression, otherwise configure bombs out on solaris diff -r 04c6fd75ed96 -r d6cf3c7c6a4f configure --- a/configure Thu Feb 13 18:24:33 2003 +0000 +++ b/configure Thu Feb 13 19:13:50 2003 +0000 @@ -1579,7 +1579,7 @@ 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)"