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: [email protected]
        ReportedBy: [email protected]
    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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to