]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: Add AC_PROG_LN_S to configure
authorAndrea Bolognani <abologna@redhat.com>
Wed, 20 Apr 2016 17:15:56 +0000 (19:15 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 21 Apr 2016 08:02:36 +0000 (10:02 +0200)
We use $(LN_S) for creating symbolic links, but the appropriate
autoconf macro was not included among the checks for external
programs.

configure.ac

index 3c6a55fc594169590bc7df06b04f2ca3131d2a91..de5f4301708bce4b4ca910bca4696d4885eeb816 100644 (file)
@@ -428,6 +428,7 @@ AC_PATH_PROG([XMLCATALOG], [xmlcatalog], [/usr/bin/xmlcatalog])
 AC_PATH_PROG([XSLTPROC], [xsltproc], [/usr/bin/xsltproc])
 AC_PATH_PROG([AUGPARSE], [augparse], [/usr/bin/augparse])
 AC_PROG_MKDIR_P
+AC_PROG_LN_S
 
 dnl External programs that we can use if they are available.
 dnl We will hard-code paths to these programs unless we cannot