changeset 6832:20f77b332d44

(window_system): If no X, set USE_X_TOOLKIT=no.
author Richard M. Stallman <rms@gnu.org>
date Tue, 12 Apr 1994 15:25:00 +0000
parents dbfdd66854c9
children 5a3216dd6b70
files configure1.in
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure1.in	Tue Apr 12 15:21:25 1994 +0000
+++ b/configure1.in	Tue Apr 12 15:25:00 1994 +0000
@@ -1239,6 +1239,7 @@
   none )
     HAVE_X_WINDOWS=no
     HAVE_X11=no
+    USE_X_TOOLKIT=no
     echo "  Using no window system."
   ;;
 esac