On Sun, 17 Sep 2000, gerard patel wrote:
> >But can I just submit this, or perhaps someone even better at autoconf
> >than me ought to also try to add a --dlldir configure option first?
> <snip>
>
> Is this --dlldir option is a way of disabling this feature ?
No, --dlldir is just another directory setting, like the --libdir and
--includedir that configure already recognizes. Exactly why do you think
you need to "disable" the feature? The feature has always been there, it
has always been enabled, the dlldir was just identical to libdir before.
(In the aforementioned Debian bug report, the user had solved the issue by
using ./configure --prefix=/usr --libdir=/usr/lib/wine in the package
build process, while the default libdir would be /usr/lib.)
> Because I would like to still be able to run several versions of Wine simultaneously,
> please.
What is preventing you?