aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-10-14 11:55:29 +0100
committerJoão Valverde <j@v6e.pt>2017-10-15 05:20:59 +0000
commitb5948a042a9925619a464cde7b0de245fab45594 (patch)
tree64ba28d39baa851c0b39dd1b71dae84fe074153e /configure.ac
parent5842fe4afe9b5feeeef8cd78a82fa32bcefc1a39 (diff)
autotools: dispense with desktop-file-install
Change-Id: I20717e669709bde6c7b1ff7d10f928e2ec2cc263 Reviewed-on: https://code.wireshark.org/review/23909 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 43808ced16..7346d73744 100644
--- a/configure.ac
+++ b/configure.ac
@@ -458,16 +458,6 @@ AM_CONDITIONAL(HAVE_A2X_TEXT, [test "x$have_a2x_text" != xno])
AS_IF([test $have_a2x_text = lynx], [A2X_LYNX="--lynx"])
AC_SUBST(A2X_LYNX)
-# Check for packaging utilities
-# For now, we check to see if the various packaging utilites are in our
-# path. I'm too lazy to write code to go hunt for them. - Gerald
-
-#
-# Source packages.
-# (Lets you install the desktop files.)
-#
-AC_PATH_PROG(DESKTOP_FILE_INSTALL, desktop-file-install)
-
# RPM
#
# Looks for the rpmbuild program, and checks to see if we can redefine "_topdir".