mirror of git://gcc.gnu.org/git/gcc.git
parent
16ad69a19d
commit
423ce3eb95
|
|
@ -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>
|
2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||||
|
|
||||||
* configure.in: Rearrange target Makefile fragment collection.
|
* configure.in: Rearrange target Makefile fragment collection.
|
||||||
|
|
|
||||||
|
|
@ -175,7 +175,11 @@ fi
|
||||||
|
|
||||||
case ${with_x} in
|
case ${with_x} in
|
||||||
yes | "") ;; # the default value for this tree is that X11 is available
|
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 ;;
|
*) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue