From 42fbe285eb27aef4248ea36655ef159f00ee2f58 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Mon, 2 Mar 2026 16:52:13 +0100 Subject: [PATCH] configure.ac: --with-object-remove - example added --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7c599f92c..788daeca2 100644 --- a/configure.ac +++ b/configure.ac @@ -3589,7 +3589,8 @@ if test "$build_default" != no || test "$req_files" = all; then fi AC_ARG_WITH(object-remove, - AS_HELP_STRING([--with-object-remove], [remove an obj file from build (delimit more with '|')]), + AS_HELP_STRING([--with-object-remove=src/.../name.o], + [remove an object from build (delimit more with '|')]), [removed_files=$withval], [removed_files=])