Bug #9258 ./configure --help output says use --with-iODBC=, should be --with-iodbc=
Submitted: 17 Mar 2005 23:45 Modified: 17 Jul 2006 16:20
Reporter: Lachlan Mulcahy Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / ODBC Documentation Severity:S3 (Non-critical)
Version:3.51.x OS:Unix
Assigned to: Peter Harvey CPU Architecture:Any

[17 Mar 2005 23:45] Lachlan Mulcahy
Description:
There is a problem with the source (tarball) for MyODBC-3.51.11 when compiling against iODBC. The "./configure --help" output says to use:

--with-iODBC=DIR Use iODBC located in DIR

which does *not* work. But if instead I substitute

--with-iodbc=DIR Use iODBC located in DIR

then everything compiles fine. 

How to repeat:
see above

Suggested fix:
Change documentation to reflect case sensitivity.
[17 Jul 2006 16:20] MC Brown
This has already been fixed in the C/ODBC chapter.