Bug 18750 - libSM's configure --help lists --enable-ipv6 in wrong case.
Summary: libSM's configure --help lists --enable-ipv6 in wrong case.
Status: RESOLVED DUPLICATE of bug 18748
Alias: None
Product: xorg
Classification: Unclassified
Component: Lib/other (show other bugs)
Version: git
Hardware: Other All
: medium trivial
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-27 16:32 UTC by Michael Verret
Modified: 2008-12-01 08:02 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Michael Verret 2008-11-27 16:32:41 UTC
Hi,

Running 'configure --help' to learn the options for libSM results in the
following"

--------->8
  --disable-libtool-lock  avoid locking (might break parallel builds)
  --enable-unix-transport Enable UNIX domain socket transport
  --enable-tcp-transport  Enable TCP socket transport
  --enable-IPv6           Enable IPv6 support
--------->8

Trying to use the option '--enable-IPv6' results in this the warning:

configure: WARNING: unrecognized options: --enable-IPv6

The correct case is:

--enable-ipv6

Using the wrong case will produce unexpected results for the unsuspecting user.
Comment 1 Alan Coopersmith 2008-12-01 08:02:16 UTC

*** This bug has been marked as a duplicate of bug 18748 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.