summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2007-03-23 16:55:52 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2007-03-23 16:55:52 +0000
commitbc4ef12688c412f8a3514c7de40992473c3801de (patch)
tree3c9c6dc1125f0b1eae9afca2a32e1f96677fb0a0 /gnome-extra/nautilus-sendto/files
parentversion bump (diff)
downloadgentoo-2-bc4ef12688c412f8a3514c7de40992473c3801de.tar.gz
gentoo-2-bc4ef12688c412f8a3514c7de40992473c3801de.tar.bz2
gentoo-2-bc4ef12688c412f8a3514c7de40992473c3801de.zip
fix for bug #171868
(Portage version: 2.1.2.2)
Diffstat (limited to 'gnome-extra/nautilus-sendto/files')
-rw-r--r--gnome-extra/nautilus-sendto/files/nautilus-sendto-0.10-configure-options.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-extra/nautilus-sendto/files/nautilus-sendto-0.10-configure-options.patch b/gnome-extra/nautilus-sendto/files/nautilus-sendto-0.10-configure-options.patch
index 866da5b645f0..3fae1cdd3cf1 100644
--- a/gnome-extra/nautilus-sendto/files/nautilus-sendto-0.10-configure-options.patch
+++ b/gnome-extra/nautilus-sendto/files/nautilus-sendto-0.10-configure-options.patch
@@ -91,7 +91,7 @@
+ [enable_bluetooth=no])
+
+if test x$enable_bluetooth = xyes ; then
-+ PKG_CHECK_MODULES(BLUETOOTH, [gnome-bluetooth >= $BLUETOOTH_REQUIRED dbus-glib-1 >= $DBUS_REQUIRED])
++ PKG_CHECK_MODULES(BLUETOOTH, [dbus-glib-1 >= $DBUS_REQUIRED])
+
+ AC_SUBST(BLUETOOTH_CFLAGS)
+ AC_SUBST(BLUETOOTH_LIBS)