diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-12 15:25:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-12 15:25:00 +0000 |
commit | b2d5d0f412599215fd62a5e5501c5cca48283d0b (patch) | |
tree | aa2d3dfafdf89faaca56b241f451c3a0d0168ef2 /configure1.in | |
parent | 1ddff51c653bcddc0ef827c15d5bf2e3f87e622c (diff) | |
download | emacs-b2d5d0f412599215fd62a5e5501c5cca48283d0b.tar.gz |
(window_system): If no X, set USE_X_TOOLKIT=no.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index 42cfb73d882..f2eeff2e3d2 100755 --- a/configure1.in +++ b/configure1.in @@ -1239,6 +1239,7 @@ case "${window_system}" in none ) HAVE_X_WINDOWS=no HAVE_X11=no + USE_X_TOOLKIT=no echo " Using no window system." ;; esac |