You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/03/01 20:48:19 UTC

DO NOT REPLY [Bug 52807] New: some random strings are accepted by "configure" as an option without warning or notification

https://issues.apache.org/bugzilla/show_bug.cgi?id=52807

             Bug #: 52807
           Summary: some random strings are accepted by "configure" as an
                    option without warning or notification
           Product: Apache httpd-2
           Version: 2.4.1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: tixu@cs.ucsd.edu
    Classification: Unclassified


in httpd-2.4.1, if you configure like
#./configure -dfdfdfdfd

the software will tell you that:

configure: error: unrecognized option: `-dfdfdfdfd'
Try `./configure --help' for more information

which is really good system response.

But, if you type like 
#./configure --with-dfdfdfdfd

the software keeps silent and just does configuration using default settings,
which is really a bad system response.

Is it possible to add some checks which can avoid a lot of human mistakes such
as typos? 

Thanks!

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 52807] some random strings are accepted by "configure" as an option without warning or notification

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52807

Tianyin Xu <ti...@cs.ucsd.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tixu@cs.ucsd.edu

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org