This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] --without-x


Please remember to include ChangeLog entries in your submitted
patches.  This one is OK with a suitable ChangeLog entry.

> Index: configure.in
> ===================================================================
> RCS file: /cvs/gcc/gcc/configure.in,v
> retrieving revision 1.164
> diff -u -r1.164 configure.in
> --- configure.in	1 Jul 2002 21:01:48 -0000	1.164
> +++ configure.in	1 Jul 2002 21:06:01 -0000
> @@ -175,7 +175,11 @@
>  
>  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
>  
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]