gavinljj / mp4v2

Automatically exported from code.google.com/p/mp4v2
Other
0 stars 0 forks source link

[Configure] Denied option: "--enable-mingw-threads" #140

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run ./configure with "--help"
2. configure displays help entry: "--enable-mingw-threads  when building with 
MinGW use -mthreads"
3. Run ./configure with "--enable-mingw-threads" (when using MinGW)

What is the expected output? What do you see instead?
Instead of just starting the configure procedure, it displays:
configure: WARNING: unrecognized options: --enable-mingw-threads

After this the configure procedure starts as usual, ignoring the thread option.

What version of the product are you using? On what operating system?
mp4v2 2.0.0 (May 20 2012), to be built on i686-pc-mingw32 with GCC 4.7.0 
(Windows NT 5.1 with SP3)

Please provide any additional information below.
Full command line used:
$ ./configure --build=i686-pc-mingw32 --host=i686-pc-mingw32 --prefix=/mingw 
--disable-debug --enable-mingw-threads CXX=g++ CC=gcc

Original issue reported on code.google.com by hollowri...@googlemail.com on 18 Sep 2012 at 10:46