blob: 90e8765f9781c29aa980f522ce0f75e103cc0910 (
plain) (
blame)
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
|
--- configure.orig 2007-09-10 09:52:55 UTC
+++ configure
@@ -19584,72 +19584,6 @@ pkg_failed=no
echo "$as_me:$LINENO: checking for PRINT" >&5
echo $ECHO_N "checking for PRINT... $ECHO_C" >&6
-if test -n "$PKG_CONFIG"; then
- if test -n "$PRINT_CFLAGS"; then
- pkg_cv_PRINT_CFLAGS="$PRINT_CFLAGS"
- else
- if test -n "$PKG_CONFIG" && \
- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprint-2.2 libgnomeprintui-2.2\"") >&5
- ($PKG_CONFIG --exists --print-errors "libgnomeprint-2.2 libgnomeprintui-2.2") 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- pkg_cv_PRINT_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprint-2.2 libgnomeprintui-2.2" 2>/dev/null`
-else
- pkg_failed=yes
-fi
- fi
-else
- pkg_failed=untried
-fi
-if test -n "$PKG_CONFIG"; then
- if test -n "$PRINT_LIBS"; then
- pkg_cv_PRINT_LIBS="$PRINT_LIBS"
- else
- if test -n "$PKG_CONFIG" && \
- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprint-2.2 libgnomeprintui-2.2\"") >&5
- ($PKG_CONFIG --exists --print-errors "libgnomeprint-2.2 libgnomeprintui-2.2") 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- pkg_cv_PRINT_LIBS=`$PKG_CONFIG --libs "libgnomeprint-2.2 libgnomeprintui-2.2" 2>/dev/null`
-else
- pkg_failed=yes
-fi
- fi
-else
- pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
- _pkg_short_errors_supported=yes
-else
- _pkg_short_errors_supported=no
-fi
- if test $_pkg_short_errors_supported = yes; then
- PRINT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomeprint-2.2 libgnomeprintui-2.2"`
- else
- PRINT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprint-2.2 libgnomeprintui-2.2"`
- fi
- # Put the nasty error message in config.log where it belongs
- echo "$PRINT_PKG_ERRORS" >&5
-
- echo "gnomeprint libraries are not available."
-elif test $pkg_failed = untried; then
- echo "gnomeprint libraries are not available."
-else
- PRINT_CFLAGS=$pkg_cv_PRINT_CFLAGS
- PRINT_LIBS=$pkg_cv_PRINT_LIBS
- echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
- gpaint_have_gnome_print=1
-fi
-
-
pkg_failed=no
echo "$as_me:$LINENO: checking for GTKPRINT" >&5
echo $ECHO_N "checking for GTKPRINT... $ECHO_C" >&6
|