From: Richard M. Stallman Date: Tue, 12 Apr 1994 15:25:00 +0000 (+0000) Subject: (window_system): If no X, set USE_X_TOOLKIT=no. X-Git-Tag: emacs-19.34~9021 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2d5d0f412599215fd62a5e5501c5cca48283d0b;p=emacs.git (window_system): If no X, set USE_X_TOOLKIT=no. --- 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