summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2017-07-31 11:24:57 +0300
committerEric Koegel <eric.koegel@gmail.com>2017-07-31 11:24:57 +0300
commit938af16b763127728643c8e042951620032a0b7d (patch)
tree0546d80ef94de00fea0cdeab1baeb69a76a7b7a3
parentdb55559b4b683ac6bc9618a57cc16b0e311ffc3d (diff)
downloadConsoleKit2-938af16b763127728643c8e042951620032a0b7d.tar.gz
chore: Switch away from AC_DISABLE_STATIC
https://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html Says that we can use LT_INIT([disable-static]) to perform the same function as AC_DISABLE_STATIC. Fixes: https://github.com/ConsoleKit2/ConsoleKit2/issues/96
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 071a0d8..73b203a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,8 +30,7 @@ AC_SEARCH_LIBS([strerror],[cposix])
AC_PROG_CC
AM_PROG_CC_C_O
AC_HEADER_STDC
-AC_DISABLE_STATIC
-LT_INIT
+LT_INIT([disable-static])
AC_HEADER_STDC
AC_FUNC_FORK
AC_FUNC_MALLOC