configure: fix detection of polylib srcdir when --with-polylib-builddir is given
commit70bee6ba99a4c7b5ef2f2230ea5a7cca95313fec
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 11 Jun 2008 15:20:32 +0000 (11 17:20 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 11 Jun 2008 15:20:32 +0000 (11 17:20 +0200)
tree81410d561e2b27286022244d99494081e1e619e6
parentf1246b0745516548426deca9977b434ffc57078d
configure: fix detection of polylib srcdir when --with-polylib-builddir is given

Commit f8036e51d55e1aa422b4b744c5ea62de54e2bd5c (configure: replace
--with-polylib-{include,library} by --with-polylib-builddir) introduced
the automatic detection of srcdir of PolyLib given its buildir.
However, the relative srcdir was used, which has no guarantee
of working when applied to a different working directory.
In fact, it will definitely not work when srcdir='.'.
Use abs_srcdir instead.
configure.in