From e920203406229c485e73f41cb2de957fde821897 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Thu, 18 Nov 2021 22:49:55 +0000 Subject: build: fix `--disable-static` 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 Signed-off-by: Pablo Neira Ayuso --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 762af47..c0da1b8 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 -- cgit v1.2.3