diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 6230905bf..0d857a161 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -32,7 +32,6 @@ PACKAGES+=" ruby" # Needed to build ruby. PACKAGES+=" scons" PACKAGES+=" texinfo" PACKAGES+=" xmlto" -PACKAGES+=" xutils-dev" # Provides 'makedepend' which the openssl build uses. PACKAGES+=" libexpat1-dev" # Needed by ghostscript PACKAGES+=" libjpeg-dev" # Needed by ghostscript PACKAGES+=" gawk" # Needed by apr-util