From 409cb5abaa4fce50afa1de31e7f7ce730a9fe222 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Thu, 29 Dec 2022 17:35:06 +0100 Subject: [PATCH] build: replace `AC_DISABLE_STATIC` macro with an argument to `LT_INIT` --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5d07a10..d582ca8 100644 --- a/configure.ac +++ b/configure.ac @@ -7,8 +7,7 @@ AM_INIT_AUTOMAKE([1.10b -Wall foreign subdir-objects]) AC_PROG_CC AM_PROG_CC_C_O m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) -AC_DISABLE_STATIC -LT_INIT +LT_INIT([disable-static]) AC_ARG_WITH([kbuild], AS_HELP_STRING([--with-kbuild=PATH], -- 2.47.3