Lines 1-52
Link Here
|
1 |
--- configure.orig 2011-12-10 17:37:02.000000000 +0800 |
|
|
2 |
+++ configure 2011-12-10 17:37:36.000000000 +0800 |
3 |
@@ -3225,12 +3225,12 @@ |
4 |
pkg_cv_DEPS_CFLAGS="$DEPS_CFLAGS" |
5 |
elif test -n "$PKG_CONFIG"; then |
6 |
if test -n "$PKG_CONFIG" && \ |
7 |
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9\""; } >&5 |
8 |
- ($PKG_CONFIG --exists --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9") 2>&5 |
9 |
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6\""; } >&5 |
10 |
+ ($PKG_CONFIG --exists --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6") 2>&5 |
11 |
ac_status=$? |
12 |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
13 |
test $ac_status = 0; }; then |
14 |
- pkg_cv_DEPS_CFLAGS=`$PKG_CONFIG --cflags "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9" 2>/dev/null` |
15 |
+ pkg_cv_DEPS_CFLAGS=`$PKG_CONFIG --cflags "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6" 2>/dev/null` |
16 |
else |
17 |
pkg_failed=yes |
18 |
fi |
19 |
@@ -3241,12 +3241,12 @@ |
20 |
pkg_cv_DEPS_LIBS="$DEPS_LIBS" |
21 |
elif test -n "$PKG_CONFIG"; then |
22 |
if test -n "$PKG_CONFIG" && \ |
23 |
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9\""; } >&5 |
24 |
- ($PKG_CONFIG --exists --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9") 2>&5 |
25 |
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6\""; } >&5 |
26 |
+ ($PKG_CONFIG --exists --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6") 2>&5 |
27 |
ac_status=$? |
28 |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
29 |
test $ac_status = 0; }; then |
30 |
- pkg_cv_DEPS_LIBS=`$PKG_CONFIG --libs "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9" 2>/dev/null` |
31 |
+ pkg_cv_DEPS_LIBS=`$PKG_CONFIG --libs "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6" 2>/dev/null` |
32 |
else |
33 |
pkg_failed=yes |
34 |
fi |
35 |
@@ -3266,14 +3266,14 @@ |
36 |
_pkg_short_errors_supported=no |
37 |
fi |
38 |
if test $_pkg_short_errors_supported = yes; then |
39 |
- DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9" 2>&1` |
40 |
+ DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6" 2>&1` |
41 |
else |
42 |
- DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9" 2>&1` |
43 |
+ DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6" 2>&1` |
44 |
fi |
45 |
# Put the nasty error message in config.log where it belongs |
46 |
echo "$DEPS_PKG_ERRORS" >&5 |
47 |
|
48 |
- as_fn_error $? "Package requirements (fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9) were not met: |
49 |
+ as_fn_error $? "Package requirements (fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6) were not met: |
50 |
|
51 |
$DEPS_PKG_ERRORS |
52 |
|