From 494b227b13bb635b8ed03ce94b674ae87009681e Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mon, 13 Oct 2014 14:00:12 +0200 Subject: CI: Build sssd on debian with samba support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missing dependency, libini_config >= 1.1 is in debian testing for some time. Reviewed-by: Michal Židek --- contrib/ci/configure.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/contrib/ci/configure.sh b/contrib/ci/configure.sh index b92b09441..8af273043 100644 --- a/contrib/ci/configure.sh +++ b/contrib/ci/configure.sh @@ -38,13 +38,6 @@ if [[ "$DISTRO_BRANCH" == -redhat-redhatenterprise*-6.*- ]]; then ) fi -if [[ "$DISTRO_BRANCH" == -debian-* ]]; then - CONFIGURE_ARG_LIST+=( - # TODO Remove once libini_config >= 1.1.0 becomes available - "--without-samba" - ) -fi - declare -r -a CONFIGURE_ARG_LIST fi # _CONFIGURE_SH -- cgit