aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-02-27 02:32:00 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-02-27 02:32:00 +0000
commit6e79875c8d73edef2a451c565578d641bcd8b964 (patch)
tree20f3c2636bb6510248170111b0a697cb3351ce92
parent609c567a50b0c721b2347a2b1f9a313cd456ae75 (diff)
Look for desktop-file-install (to be used when installing wireshark.desktop).
svn path=/trunk/; revision=47907
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a489fc159b..a9dc2827a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -134,6 +134,7 @@ else
fi
AC_PATH_PROG(PYTHON, python)
+AC_PATH_PROG(DESKTOP_FILE_INSTALL, desktop-file-install)
AC_SUBST(PERL)
AC_SUBST(LEX)
@@ -142,6 +143,7 @@ AC_SUBST(POD2HTML)
AC_SUBST(PYTHON)
AC_SUBST(XSLTPROC)
AC_SUBST(XMLLINT)
+AC_SUBST(DESKTOP_FILE_INSTALL)
#
# Set "ac_supports_gcc_flags" if the compiler is known to support GCC-style