]> git.eshelyaron.com Git - emacs.git/commitdiff
(window_system): If no X, set USE_X_TOOLKIT=no.
authorRichard M. Stallman <rms@gnu.org>
Tue, 12 Apr 1994 15:25:00 +0000 (15:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 12 Apr 1994 15:25:00 +0000 (15:25 +0000)
configure1.in

index 42cfb73d8822ed4515089b5e0d423d6c0f569ca3..f2eeff2e3d271644a54d37251c6e056c2d37b008 100755 (executable)
@@ -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