On 3/30/06, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: > Henry Jen wrote: > > @@ -40,7 +40,7 @@ > > apu_have_pgsql=0 > > else > > CPPFLAGS="-I$withval/include" > > - LIBS="-L$withval/lib " > > + LDFLAGS="-L$withval/lib " > > +1 - this was LIBS abuse - your solution is correct :)
Agreed, committed in r390268. Thanks! -garrett
