Lines 1-6
Link Here
|
1 |
--- configure.orig 2018-03-12 21:34:40 UTC |
1 |
--- configure.orig 2021-07-08 12:18:36 UTC |
2 |
+++ configure |
2 |
+++ configure |
3 |
@@ -4108,9 +4108,15 @@ GAIL_LT_CURRENT_MINUS_AGE=0 |
3 |
@@ -4139,9 +4139,15 @@ GAIL_LT_CURRENT_MINUS_AGE=0 |
4 |
|
4 |
|
5 |
# Workaround for https://bugzilla.gnome.org/show_bug.cgi?id=721346 until fixed upstream in autoconf-archive |
5 |
# Workaround for https://bugzilla.gnome.org/show_bug.cgi?id=721346 until fixed upstream in autoconf-archive |
6 |
if test "$cross_compiling" = "no"; then |
6 |
if test "$cross_compiling" = "no"; then |
Lines 16-28
Link Here
|
16 |
if test -n "$CPPFLAGS"; then |
16 |
if test -n "$CPPFLAGS"; then |
17 |
CPPFLAGS_FOR_BUILD=$CPPFLAGS |
17 |
CPPFLAGS_FOR_BUILD=$CPPFLAGS |
18 |
fi |
18 |
fi |
19 |
@@ -27955,9 +27961,7 @@ fi |
19 |
@@ -27875,9 +27881,7 @@ fi |
20 |
if test "$have_cups" = "yes"; then |
20 |
if test "$have_cups" = "yes"; then |
21 |
GTK_PRINT_BACKENDS="$GTK_PRINT_BACKENDS,cups" |
21 |
GTK_PRINT_BACKENDS="$GTK_PRINT_BACKENDS,cups" |
22 |
fi |
22 |
fi |
23 |
-if test "$have_papi" != "yes" -a "$have_cups" != "yes"; then |
23 |
-if test "$have_papi" != "yes" -a "$have_cups" != "yes"; then |
24 |
GTK_PRINT_BACKENDS="$GTK_PRINT_BACKENDS,lpr" |
24 |
GTK_PRINT_BACKENDS="$GTK_PRINT_BACKENDS,lpr" |
25 |
-fi |
25 |
-fi |
26 |
if test "$have_cloudprint" = "yes"; then |
26 |
|
27 |
GTK_PRINT_BACKENDS="$GTK_PRINT_BACKENDS,cloudprint" |
27 |
|
28 |
fi |
28 |
################################################################ |