summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-01-07 08:45:02 -0800
committerPatrick Venture <venture@google.com>2019-01-28 08:20:33 -0800
commit461d8f97749a2cb9eb39707bdff3562924d536ef (patch)
tree057da2a4a9fd14ba9073de971fafabec0b417941 /configure.ac
parent042e47233150dbd8fe0a1bed47b47340ef4860b5 (diff)
downloadphosphor-networkd-461d8f97749a2cb9eb39707bdff3562924d536ef.tar.gz
phosphor-networkd-461d8f97749a2cb9eb39707bdff3562924d536ef.zip
build: drop duplicate LT_INIT line from configure_ac
Drop duplicate LT_INIT line from configure_ac. Change-Id: I7e3c55c944d1e65c56740d6f24c8dea14c301952 Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 14ed382..a9c7e6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,9 +52,6 @@ AC_CHECK_HEADER(systemd/sd-bus.h, ,\
# Checks for typedefs, structures, and compiler characteristics.
AX_APPEND_COMPILE_FLAGS([-Wall -Werror -Wno-unused-result], [CFLAGS])
-# Checks for library functions.
-LT_INIT # Removes 'unrecognized options: --with-libtool-sysroot'
-
PKG_PROG_PKG_CONFIG
AC_ARG_WITH([systemdsystemunitdir],
[AS_HELP_STRING([--with-systemdsystemunitdir=DIR], [Directory for systemd service files])],
OpenPOWER on IntegriCloud