changeset 9415:d6cf3c7c6a4f

Must quote shell variable in test expression, otherwise configure bombs out on solaris
author jkeil
date Thu, 13 Feb 2003 19:13:50 +0000
parents 04c6fd75ed96
children 83fe90af3e16
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)"