From b55d98e5cc97e4ff8c3980b84f46c84f3b1c1ee3 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 14 Feb 2024 16:36:35 +0100 Subject: [PATCH] bootstrap-configure: Enable external plugins Make sure we build this code while in development mode. --- bootstrap-configure | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap-configure b/bootstrap-configure index 8172840d5..1c26909b9 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -34,4 +34,5 @@ fi --enable-cups \ --enable-library \ --enable-admin \ + --enable-external-plugins \ --disable-datafiles $* -- 2.47.3