]> git.pld-linux.org Git - packages/bluez-utils.git/blob - bluez-utils-cups.patch
- don't BR cups just to check directory
[packages/bluez-utils.git] / bluez-utils-cups.patch
1 --- bluez-utils-2.7/acinclude.m4.orig   2004-05-09 12:39:43.000000000 +0200
2 +++ bluez-utils-2.7/acinclude.m4        2004-05-21 00:48:24.694028984 +0200
3 @@ -153,7 +153,7 @@
4         if test "$cups_enable" = "yes"; then
5                 AC_MSG_CHECKING(for CUPS backend directory)
6  
7 -               if (test -d "$cups_prefix/lib/cups/backend"); then
8 +               if true; then
9                         CUPS_BACKEND_DIR="$cups_prefix/lib/cups/backend"
10                 else
11                         cups_enable=no
This page took 0.03022 seconds and 3 git commands to generate.