summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2021-11-18 22:49:55 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2021-11-18 23:52:07 +0100
commite920203406229c485e73f41cb2de957fde821897 (patch)
tree6beb74f98491e92a7cb65404efb5bc4ae34456f3 /configure.ac
parentb0e4be94c0b8f68d4e912402b93a130063c34e17 (diff)
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 <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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