On Fri, Dec 30, 2016 at 5:16 PM, Yann Ylavic <[email protected]> wrote:
> On Fri, Dec 30, 2016 at 5:13 PM, Yann Ylavic <[email protected]> wrote:
>> On Fri, Dec 30, 2016 at 3:11 PM, Reindl Harald <[email protected]>
>> wrote:
>>>
>>>
>>> Am 30.12.2016 um 15:06 schrieb Yann Ylavic:
>>>>
>>>> On Fri, Dec 30, 2016 at 3:00 PM, Reindl Harald <[email protected]>
>>>> wrote:
>>>>>
>>>>> and --enable-modules= don't work too
>>>>
>>>>
>>>> Doesn't setting --enable-modules=none first help?
>>>
>>> see my last post - only partially
>>>
>>> normally when i list explicit "this modules shared" and "this modules
>>> static" there shoul dbe nothing in between
>>
>> How would the attached patch work for you?
>
> I mean with --enable-modules=none and then your exhaustive
> --enable-mods-shared/static list.
Sorry, the changes on acinclude.m4 are not needed, here is a new/simpler patch.
Thanks,
Yann.
Index: modules/proxy/config.m4
===================================================================
--- modules/proxy/config.m4 (revision 1776076)
+++ modules/proxy/config.m4 (working copy)
@@ -13,7 +13,7 @@ dnl enabled module is missing its prereqs
save_module_selection=$module_selection
save_module_default=$module_default
if test "$enable_proxy" != "no"; then
- module_selection=most
+ dnl module_selection=most
if test "$enable_proxy" = "shared" -o "$enable_proxy" = "static"; then
module_default=$enable_proxy
fi