[CM] Pointers into snd-help source?

Michael Scholz scholz-micha@gmx.de
Fri, 16 Mar 2007 17:08:36 +0100


> configure:4893: checking libintl.h usability
> configure:4910: gcc -c -g3 -O2 -I/sw/include -I/sw/include  conftest.c
>>&5
> configure:4916: $? = 0
> configure:4930: result: yes
> configure:4934: checking libintl.h presence
> configure:4949: gcc -E  conftest.c

Your preprocessor needs this hint too.  Do something like

./configure ... CPPFLAGS=-I/sw/include

Mike