]> git.pld-linux.org Git - packages/bluez-utils.git/commitdiff
- don't BR cups just to check directory
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 20 May 2004 23:35:02 +0000 (23:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez-utils-cups.patch -> 1.1

bluez-utils-cups.patch [new file with mode: 0644]

diff --git a/bluez-utils-cups.patch b/bluez-utils-cups.patch
new file mode 100644 (file)
index 0000000..7d10eac
--- /dev/null
@@ -0,0 +1,11 @@
+--- bluez-utils-2.7/acinclude.m4.orig  2004-05-09 12:39:43.000000000 +0200
++++ bluez-utils-2.7/acinclude.m4       2004-05-21 00:48:24.694028984 +0200
+@@ -153,7 +153,7 @@
+       if test "$cups_enable" = "yes"; then
+               AC_MSG_CHECKING(for CUPS backend directory)
+-              if (test -d "$cups_prefix/lib/cups/backend"); then
++              if true; then
+                       CUPS_BACKEND_DIR="$cups_prefix/lib/cups/backend"
+               else
+                       cups_enable=no
This page took 0.074271 seconds and 4 git commands to generate.