Hi, On Sun, Dec 14, 2008 at 10:41, Brad Hards <[email protected]> wrote: > Jelmer, > > I've been looking at adding libical into configure.ac (to support > exchange2ical better, and a potential ical2exchange tool). I've been having a > bit of trouble with finding libical using pkg-config - it works on the > command line, but not in the configure script.
While we're at this: the configure script fails on x86_64 if samba4 is installed in a prefix other than '/usr/local/samba'. This is because configure checks for '<prefix>/lib/pkgconfig' and not '<prefix>/lib64/pkgconfig' > I think it is because we're overriding PKG_CONFIG_PATH, but I'm not sure why > it is being set at all. Is the patch below correct, or is there something I'm > missing? I tried something similar to fix the x86_64 issue, but it didn't work :( I had to patch it to check only in '<prefix>/lib64/pkgconfig' on 64-bit arch. -Suman _______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
