1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Don't warn about "x-*" symbols when building a non-GUI version.

This commit is contained in:
Eli Zaretskii 2002-02-11 07:06:55 +00:00
parent a81b56d56b
commit 197a09bf1b

View File

@ -284,6 +284,8 @@
(eq system-type 'ms-dos))
((string-match "\\`w32-" (symbol-name symbol))
(eq system-type 'windows-nt))
((string-match "\\`x-" (symbol-name symbol))
(fboundp 'x-create-frame))
(t t))))
(if (not (boundp symbol))
;; If variables are removed from C code, give an error here!