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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
$NetBSD: patch-ac,v 1.3 2010/05/02 11:20:06 wiz Exp $
--- configure.orig 2010-04-08 12:31:28.000000000 +0000
+++ configure
@@ -13007,15 +13007,13 @@ if test -n "$LIBGUPNP_CFLAGS"; then
gmodule-2.0 \\
gssdp-1.0 >= 0.7.1 \\
libsoup-2.4 >= 2.4.1 \\
- libxml-2.0 \\
- uuid\"") >&5
+ libxml-2.0\"") >&5
($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.18 \
gobject-2.0 >= 2.18 \
gmodule-2.0 \
gssdp-1.0 >= 0.7.1 \
libsoup-2.4 >= 2.4.1 \
- libxml-2.0 \
- uuid") 2>&5
+ libxml-2.0") 2>&5
ac_status=$?
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; then
@@ -13024,8 +13022,7 @@ if test -n "$LIBGUPNP_CFLAGS"; then
gmodule-2.0 \
gssdp-1.0 >= 0.7.1 \
libsoup-2.4 >= 2.4.1 \
- libxml-2.0 \
- uuid" 2>/dev/null`
+ libxml-2.0" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -13041,15 +13038,13 @@ if test -n "$LIBGUPNP_LIBS"; then
gmodule-2.0 \\
gssdp-1.0 >= 0.7.1 \\
libsoup-2.4 >= 2.4.1 \\
- libxml-2.0 \\
- uuid\"") >&5
+ libxml-2.0\"") >&5
($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.18 \
gobject-2.0 >= 2.18 \
gmodule-2.0 \
gssdp-1.0 >= 0.7.1 \
libsoup-2.4 >= 2.4.1 \
- libxml-2.0 \
- uuid") 2>&5
+ libxml-2.0") 2>&5
ac_status=$?
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; then
@@ -13058,8 +13053,7 @@ if test -n "$LIBGUPNP_LIBS"; then
gmodule-2.0 \
gssdp-1.0 >= 0.7.1 \
libsoup-2.4 >= 2.4.1 \
- libxml-2.0 \
- uuid" 2>/dev/null`
+ libxml-2.0" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -13082,16 +13076,14 @@ fi
gmodule-2.0 \
gssdp-1.0 >= 0.7.1 \
libsoup-2.4 >= 2.4.1 \
- libxml-2.0 \
- uuid" 2>&1`
+ libxml-2.0" 2>&1`
else
LIBGUPNP_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.18 \
gobject-2.0 >= 2.18 \
gmodule-2.0 \
gssdp-1.0 >= 0.7.1 \
libsoup-2.4 >= 2.4.1 \
- libxml-2.0 \
- uuid" 2>&1`
+ libxml-2.0" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$LIBGUPNP_PKG_ERRORS" >&5
@@ -13101,8 +13093,7 @@ fi
gmodule-2.0 \
gssdp-1.0 >= 0.7.1 \
libsoup-2.4 >= 2.4.1 \
- libxml-2.0 \
- uuid) were not met:
+ libxml-2.0) were not met:
$LIBGUPNP_PKG_ERRORS
@@ -13118,8 +13109,7 @@ $as_echo "$as_me: error: Package require
gmodule-2.0 \
gssdp-1.0 >= 0.7.1 \
libsoup-2.4 >= 2.4.1 \
- libxml-2.0 \
- uuid) were not met:
+ libxml-2.0) were not met:
$LIBGUPNP_PKG_ERRORS
|