aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-11-07 23:42:53 +0000
committerGerald Combs <gerald@wireshark.org>2011-11-07 23:42:53 +0000
commit7d442f4c22c58a970a6d00c2affac1659cdb81f6 (patch)
tree560cbb5c5df3cf623f7d3e0eb792ec9202a0e8a8 /version_info.c
parent60247a582b5852d7c84f500051d479893d8dc0c6 (diff)
Change the use of threads from "mostly always, depending on your
configure options and Gtk+ and GLib versions" to "always". svn path=/trunk/; revision=39751
Diffstat (limited to 'version_info.c')
-rw-r--r--version_info.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/version_info.c b/version_info.c
index 791508f9b0..381c1a4b75 100644
--- a/version_info.c
+++ b/version_info.c
@@ -153,11 +153,6 @@ get_compiled_version_info(GString *str, void (*prepend_info)(GString *),
#else /* HAVE_LIBCAP */
g_string_append(str, "without POSIX capabilities");
#endif /* HAVE_LIBCAP */
-#ifdef USE_THREADS
- g_string_append_printf(str, ", with threads support");
-#else
- g_string_append_printf(str, ", without threads support");
-#endif
/* Additional application-dependent information */
if (append_info)