undo accidental autogen.sh commit: enable-shared

Signed-off-by: Serge Hallyn <serge@hallyn.com>
This commit is contained in:
Serge Hallyn 2021-11-27 11:11:04 -06:00
parent dce030ffb8
commit 9724147344
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ autoreconf -v -f --install || exit 1
CFLAGS="-O2 -Wall" \
--enable-man \
--enable-maintainer-mode \
--disable-shared \
--enable-shared \
--without-libpam \
--with-selinux \
"$@"