aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Hauke <mardnh@gmx.de>2018-02-10 18:08:21 +0100
committerMartin Hauke <mardnh@gmx.de>2018-02-10 18:08:21 +0100
commit60d4be5427444f8e7ce1bb4f089981fed457dfc1 (patch)
treeccca2506a0252e5b7fa9f7b7588eb7b01fd7b50d
parentd4c9dc4b9188af3cd31fa6c12f11ad7e3d4edc79 (diff)
build: AC_PROG_LIBTOOL is the same as LT_INIT
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5b91522..7b18db7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,6 @@ AC_PROG_MAKE_SET
AC_PROG_CC
AC_PROG_INSTALL
LT_INIT
-AC_PROG_LIBTOOL
dnl check for pkg-config (explained in detail in libosmocore/configure.ac)
AC_PATH_PROG(PKG_CONFIG_INSTALLED, pkg-config, no)