* On Mon, 29 May 2006, Eric Pouech wrote:
- Saulius Krasuckas wrote:
Shouldn't configure delete dlls/wined3d/wined3d.dll.so or unlink dlls/wined3d.dll.so or at least define code don't try loading wined3d.dll when "--without-opengl" option is given to it?
IOW, "make clean" shouldn't be necessary here, right?
The configure system is not robust enough to allow the changes you're talking off. If you change the options passed to ./configure, then you need to rebuild everything from scratch. Period. Make distclean is even preferable to make clean.
Thanks :)