]> gcc.gnu.org Git - gcc.git/commitdiff
* configure.in: Make --without-x work.
authorNathanael Nerode <neroden@gcc.gnu.org>
Wed, 3 Jul 2002 22:50:35 +0000 (22:50 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Wed, 3 Jul 2002 22:50:35 +0000 (22:50 +0000)
From-SVN: r55226

ChangeLog
configure.in

index 057a6ee78b7bb3c9bb0c509b9baa928362c48793..04f86eea7af2cbbb7646539e2cd7f634ce4f2929 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * configure.in: Make --without-x work.
+
 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
 
        * configure.in: Rearrange target Makefile fragment collection.
index d4eec7de9b6e3b262398a5898cc261b9e6e7a6c1..23617309c591bf0982b9f88a3343662b197d84f5 100644 (file)
@@ -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
 
This page took 0.074872 seconds and 5 git commands to generate.