[Xfce4-commits] r27218 - xarchiver/trunk
Giuseppe Torelli
colossus at xfce.org
Sun Jul 6 17:33:47 CEST 2008
Author: colossus
Date: 2008-07-06 15:33:47 +0000 (Sun, 06 Jul 2008)
New Revision: 27218
Modified:
xarchiver/trunk/configure.in.in
Log:
Deleted check for xdg-open in configure.in.in
Modified: xarchiver/trunk/configure.in.in
===================================================================
--- xarchiver/trunk/configure.in.in 2008-07-06 05:36:19 UTC (rev 27217)
+++ xarchiver/trunk/configure.in.in 2008-07-06 15:33:47 UTC (rev 27218)
@@ -71,12 +71,6 @@
fi
AM_CONDITIONAL(USE_LIBMIMETYPE, test x"$use_libmimetype" = x"yes")
-dnl **************************
-dnl *** Check for xdg-open ***
-dnl **************************
-AC_CHECK_FILE("/usr/bin/xdg-open",
- xdg_open=yes,xdg_open="no")
-
dnl ***********************************************
dnl *** Work-around system-specific limitations ***
dnl ***********************************************
@@ -132,6 +126,5 @@
Binary : $PACKAGE_TARNAME $PACKAGE_VERSION
Install in : ${prefix}/bin
GTK version : ${GTK_VERSION}
- Use xdg-open: ${xdg_open}
"
More information about the Xfce4-commits
mailing list