(emacs-version): Check for gtk. Include gtk version info.

This commit is contained in:
Lute Kamstra 2003-08-26 08:46:27 +00:00
parent 8a16bd4f2b
commit 09d685fbf0

View file

@ -62,6 +62,8 @@ to the system configuration; look at `system-configuration' instead."
(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)))