From: Andrea Bolognani Date: Wed, 20 Apr 2016 17:15:56 +0000 (+0200) Subject: build: Add AC_PROG_LN_S to configure X-Git-Tag: v1.3.4-rc1~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d08cf940c4bdd84fc646496ffea1464af0afd375;p=thirdparty%2Flibvirt.git build: Add AC_PROG_LN_S to configure We use $(LN_S) for creating symbolic links, but the appropriate autoconf macro was not included among the checks for external programs. --- diff --git a/configure.ac b/configure.ac index 3c6a55fc59..de5f430170 100644 --- a/configure.ac +++ b/configure.ac @@ -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