aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-04-04 02:25:01 +0100
committerJoão Valverde <j@v6e.pt>2016-04-09 23:40:51 +0000
commited6eecd79e7b933bccc442589ed3689a646c1256 (patch)
tree3bc759a68ea34eb322c4e78679f9a72f84f7fc91 /cmakeconfig.h.in
parent320726b83e2096d9431f28208437a738b31d8ad9 (diff)
[GTK] Check for xdg-open at run time
Remove HTML_VIEWER compile-time setting. If xdg-open doesn't exist use user web browser preference as fallback. Change-Id: I3b4a4a1a36b0192d75f2c97595f37d0d88a0941e Reviewed-on: https://code.wireshark.org/review/14805 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Tested-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index bb62fb6737..ea674a7e5f 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -360,9 +360,6 @@
/* Define to 1 if you have the <winsock2.h> header file. */
#cmakedefine HAVE_WINSOCK2_H 1
-/* HTML viewer, e.g. mozilla */
-#cmakedefine HTML_VIEWER "${HTML_VIEWER_EXECUTABLE}"
-
/* Name of package */
#cmakedefine PACKAGE