[PATCH] configure: Fix compilation for systems without libpulse

Andrew Eikum aeikum at codeweavers.com
Tue Nov 3 09:02:50 CST 2015


On Tue, Nov 03, 2015 at 11:00:22PM +0800, Bruno Jesus wrote:
> On Tue, Nov 3, 2015 at 9:00 PM, Andrew Eikum <aeikum at codeweavers.com> wrote:
> > Sorry about that, Francois. I think this will fix it. I took your
> > suggestion to use enable_winepulse_drv instead of PULSE_LIBS in the
> > later section.
> 
> Hi, Andrew. I applied the patch and did a new configure && make,
> configure shows that I don't have Pulseaudio installed [1] but still I
> get the same problem when it hits winepulse.drv. Then I manually
> erased the Makefile inside winepulse.drv and did a second configure
> and make. Make recreated file still have -lpulse.
> 
> [1] configure: libpulse 32-bit development files not found or too old,
> Pulse won't be supported.
> 
> Am I missing something? I really don't understand this make stuff, sorry =/

Did you run autoconf after applying the patch? configure is generated
from configure.ac by autoconf, but we don't include those changes when
sending patches.  Different versions of autoconf generate unrelated
changes to configure, so AJ does it to keep the autoconf version
consistent.

Andrew



More information about the wine-devel mailing list