On Sun, 17 Sep 2000, Ove Kaaven wrote:
> 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.)
All of the --xxxdir arguments are autoconf builtins. To add this, you
would most likely need to use AC_ARG_WITH(), giving you --with-dlldir
instead of --dlldir.
Steve Langasek
postmodern programmer