From 3719bf8de9c40ac46a8a44b57623822aa2274a69 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Wed, 17 Feb 2016 17:37:41 +0100 Subject: build-sys: check linker support for version scripts The macro AX_CHECK_VSCRIPT was taken from gnu autoconf archive. http://www.gnu.org/software/autoconf-archive/ Signed-off-by: Ruediger Meier --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 455957396..17917af7b 100644 --- a/configure.ac +++ b/configure.ac @@ -138,6 +138,9 @@ AC_SUBST([BSD_WARN_CFLAGS]) dnl libtool-2 LT_INIT +dnl check supported linker flags +AX_CHECK_VSCRIPT + m4_ifndef([PKG_PROG_PKG_CONFIG], [m4_fatal([Could not locate the pkg-config autoconf macros. These are usually located in /usr/share/aclocal/pkg.m4. -- cgit v1.2.3-55-g7522