diff --git a/autogen.sh b/autogen.sh index f5e065b3..98e8b4d6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -22,10 +22,10 @@ providers=( "outscale" ) -if ! [ -x "$(command -v round)" ]; then - echo 'round is not installed' - exit 1 -fi +#if ! [ -x "$(command -v round)" ]; then +# echo 'round is not installed' +# exit 1 +#fi if ! [ -x "$(command -v inkscape)" ]; then echo 'inkscape is not installed'