In the configure file on line 1582, if test -z $_i18n_libs ; then should be changed to if test -z "$_i18n_libs" ; then otherwise test fails, demanding an argument, when the string is empty. (the situation where test -z should say "true"). cheers, -josh