The `LT_INIT` argument should be `disable-static`. Fix it. Fixes: a04ddc0b83a6 ("build: replace `AM_PROG_LIBTOOL` and `AC_DISABLE_STATIC` with `LT_INIT`") Signed-off-by: Jeremy Sowden <jeremy@xxxxxxxxxx> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 762af47a4d84..c0da1b8830c2 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AS_IF([test "$enable_man_pages" = yes], AC_PROG_CC AM_PROG_CC_C_O -LT_INIT([disable_static]) +LT_INIT([disable-static]) AC_PROG_INSTALL AC_PROG_LN_S -- 2.33.0