[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #50928] configure should fail if "--with-x" given but can't be hono
From: |
G. Branden Robinson |
Subject: |
[bug #50928] configure should fail if "--with-x" given but can't be honored |
Date: |
Wed, 3 May 2017 09:36:20 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 |
URL:
<http://savannah.gnu.org/bugs/?50928>
Summary: configure should fail if "--with-x" given but can't
be honored
Project: GNU troff
Submitted by: gbranden
Submitted on: Wed 03 May 2017 01:36:19 PM UTC
Severity: 2 - Minor
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
_______________________________________________________
Details:
If I ask the configure script for something and it cannot honor my request, it
should not exit as if everything is okay, like a configure where X support
_wasn't_ requested.
$ ./configure --prefix=$HOME --program-prefix=local- --with-x
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
[...]
checking for IceConnectionNumber in -lICE... yes
checking for Xaw library and header files... no
checking for Xmu library and header files... no
configure: gxditview and xtotroff won't be built
[...]
config.status: executing depfiles commands
GNU Troff version 1.22.3
----------------------------------------------------------------------
Prefix : /home/branden
Compiler : gcc -g -O2
X11 support : no
Doc build : yes
----------------------------------------------------------------------
$ echo $?
0
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?50928>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #50928] configure should fail if "--with-x" given but can't be honored,
G. Branden Robinson <=