summaryrefslogtreecommitdiff
blob: 6e367f9769169745d1d4a9f8e4fc409915c65288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
From 9608d20739b36087f0e6865cc924769d3b286188 Mon Sep 17 00:00:00 2001
From: Gilles Dartiguelongue <eva@gentoo.org>
Date: Tue, 12 Sep 2017 23:44:35 +0200
Subject: [PATCH] Move XML_CONFIG assignment to unbreak xslt-config

Bug: https://bugs.gentoo.org/630784
---
 configure.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.in b/configure.in
index e6f649cd..49e6b6cf 100644
--- a/configure.in
+++ b/configure.in
@@ -518,9 +518,6 @@ else
 	LIBXML_MANUAL_SEARCH=yes
 fi
 
-if test "x$LIBXML_MANUAL_SEARCH" != "xno"
-then
-
 dnl
 dnl where is xml2-config
 dnl
@@ -534,6 +531,9 @@ else
 	AC_PATH_TOOL([XML_CONFIG], [xml2-config], [false])
 fi
 
+if test "x$LIBXML_MANUAL_SEARCH" != "xno"
+then
+
 dnl
 dnl imported from libxml2, c.f. #77827 
 dnl
-- 
2.14.1