changeset 52335:2f148721b4f0

(emacs-version): Check for gtk. Include gtk version info.
author Lute Kamstra <lute@gnu.org>
date Tue, 26 Aug 2003 08:46:27 +0000
parents a721547105d6
children 9fe6ece090b9
files lisp/version.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/version.el	Tue Aug 26 08:44:35 2003 +0000
+++ b/lisp/version.el	Tue Aug 26 08:46:27 2003 +0000
@@ -62,6 +62,8 @@
 		 (cond ((featurep 'motif)
 			(concat ", " (substring motif-version-string 4)))
 		       ((featurep 'x-toolkit) ", X toolkit")
+		       ((featurep 'gtk)
+			(concat ", GTK+ Version " gtk-version-string))
 		       (t ""))
 		 (if (and (boundp 'x-toolkit-scroll-bars)
 			  (memq x-toolkit-scroll-bars '(xaw xaw3d)))