From 1f52cb5d3e650267638af05eea6ae2e9359a6e19 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 3 Jul 2002 23:35:31 +0000 Subject: * configure.in: Make --without-x work. --- configure.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index d4eec7d..2361730 100644 --- a/configure.in +++ b/configure.in @@ -175,7 +175,11 @@ fi case ${with_x} in yes | "") ;; # the default value for this tree is that X11 is available - no) skipdirs="${skipdirs} tk libgui" ;; + no) + skipdirs="${skipdirs} tk tix itcl libgui" + # We won't be able to build gdbtk without X. + enable_gdbtk=no + ;; *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;; esac -- cgit v1.1