summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRuediger Meier2016-02-17 17:37:41 +0100
committerRuediger Meier2016-02-18 12:53:48 +0100
commit3719bf8de9c40ac46a8a44b57623822aa2274a69 (patch)
treea3153306ec16fd791fea106f771a2980cef215cf /configure.ac
parentbuild-sys: portable usage of find command (diff)
downloadkernel-qcow2-util-linux-3719bf8de9c40ac46a8a44b57623822aa2274a69.tar.gz
kernel-qcow2-util-linux-3719bf8de9c40ac46a8a44b57623822aa2274a69.tar.xz
kernel-qcow2-util-linux-3719bf8de9c40ac46a8a44b57623822aa2274a69.zip
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 <ruediger.meier@ga-group.nl>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
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.