From 54d65834297d3ac23f3f5b0dfea5da35104110dc Mon Sep 17 00:00:00 2001 From: Ali Maredia Date: Fri, 16 Sep 2016 13:31:04 -0400 Subject: [PATCH] cleanup: remove blkin build config option Signed-off-by: Ali Maredia --- build-auto.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-auto.sh b/build-auto.sh index 9e76f3a..5e22bc6 100755 --- a/build-auto.sh +++ b/build-auto.sh @@ -23,11 +23,6 @@ if hostname | grep -q -- -gcov ; then export CEPH_EXTRA_CONFIGURE_ARGS="$CEPH_EXTRA_CONFIGURE_ARGS --enable-coverage" fi -if hostname | grep -q -- -blkin ; then - echo "hostname has -blkin, will --with-blkin" - export CEPH_EXTRA_CONFIGURE_ARGS="$CEPH_EXTRA_CONFIGURE_ARGS --with-blkin" -fi - if hostname | grep -q -- ceph-deb- ; then exec $mydir/build-ceph-deb-native.sh fi -- 2.39.5