]> git.pld-linux.org Git - packages/beagle.git/blob - beagle-use-xdg-open.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/beagle.git] / beagle-use-xdg-open.patch
1 diff -urN beagle-0.3.8/configure.in beagle-0.3.8.new/configure.in
2 --- beagle-0.3.8/configure.in   2008-06-12 18:06:25.000000000 +0200
3 +++ beagle-0.3.8.new/configure.in       2008-07-27 00:39:56.000000000 +0200
4 @@ -123,12 +123,10 @@
5  AC_FUNC_MMAP()
6  
7  # check for desktop-launch
8 -AC_PATH_PROG(DESKTOP_LAUNCH, desktop-launch, no)
9 -AM_CONDITIONAL(ENABLE_DESKTOP_LAUNCH, test "x$DESKTOP_LAUNCH" != "xno")
10 +AM_CONDITIONAL(ENABLE_DESKTOP_LAUNCH, false)
11  
12  # check for xdg-open
13 -AC_PATH_PROG(XDG_OPEN, xdg-open, no)
14 -AM_CONDITIONAL(ENABLE_XDG_OPEN, test "x$XDG_OPEN" != "xno")
15 +AM_CONDITIONAL(ENABLE_XDG_OPEN, true)
16  
17  #
18  # I18N
This page took 0.083914 seconds and 3 git commands to generate.