On Fri, 9 Dec 2022 at 11:25, Paolo Bonzini <pbonz...@redhat.com> wrote: > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > configure | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/configure b/configure > index e31d4522ea63..543fd5a48bf0 100755 > --- a/configure > +++ b/configure > @@ -210,10 +210,6 @@ version_ge () { > done > } > > -glob() { > - eval test -z '"${1#'"$2"'}"' > -} > - > if printf %s\\n "$source_path" "$PWD" | grep -q "[[:space:]:]"; > then > error_exit "main directory cannot contain spaces nor colons" > -- Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>
thanks -- PMM