diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | contrib/ci/configure.sh | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e7d69d2f0..62e0baf76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3538,6 +3538,7 @@ intgcheck-prepare: --with-ldb-lib-dir="$$prefix"/lib/ldb \ --enable-intgcheck-reqs \ --without-semanage \ + --with-session-recording-shell=/bin/false \ $(INTGCHECK_CONFIGURE_FLAGS) \ CFLAGS="$$CFLAGS -DKCM_PEER_UID=$$(id -u)"; \ $(MAKE) $(AM_MAKEFLAGS) ; \ diff --git a/contrib/ci/configure.sh b/contrib/ci/configure.sh index 4a219da75..9d18d0c18 100644 --- a/contrib/ci/configure.sh +++ b/contrib/ci/configure.sh @@ -29,7 +29,6 @@ declare -a CONFIGURE_ARG_LIST=( "--enable-ldb-version-check" "--with-syslog=journald" "--enable-systemtap" - "--with-session-recording-shell=/bin/false" ) |