Remove --disable-xfsctl option, no longer explicitly required

It was added at one point to work around temporarily broken
xfsprogs-devel
This commit is contained in:
Cole Robinson 2016-12-05 10:52:13 -05:00
parent 84eeb10ee8
commit 17a6dacdca
1 changed files with 0 additions and 1 deletions

View File

@ -1069,7 +1069,6 @@ run_configure() {
--enable-tcg-interpreter \
%endif
--enable-trace-backend=$tracebackends \
--disable-xfsctl \
"$@" || cat config.log
}