Paul Eggert wrote:
> @@ -3962,7 +3962,7 @@ func_emit_autoconf_snippets ()
>                func_module_shellfunc_name "$dep"
>                func_cond_module_condition "$module" "$dep"
>                if test "$condition" != true; then
> -                echo '      if $condition; then'
> +                echo "      if $condition; then"
>                  echo "        $shellfunc"
>                  echo '      fi'
>                else

Thanks, Paul! Yes, the variable 'condition' lives at gnulib-tool time,
not at configure time.

Bruno
-- 
In memoriam Anna Politkovskaya <http://en.wikipedia.org/wiki/Anna_Politkovskaya>

Reply via email to